#786E32

Color #786E32 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #786E32

Tints of Crete #786E32

Color information

#786E32 (or 0x786E32) is unknown color: approx Crete. HEX triplet: 78, 6E and 32. RGB value is (120,110,50). Sum of RGB (Red+Green+Blue) = 120+110+50=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #786E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E32 is #8791CD. Grayscale: #6A6A6A. Windows color (decimal): -8884686 or 3305080. OLE color: 3305080.

HSL color Cylindrical-coordinate representation of color #786E32: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #786E32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB12011050-
CMYK00.080.580.53
HSL51.43º41.18%33.33%-
HSV(B)51.43º58.33%47.06%-
XYZ13.915.385.25-
YUV106.1596.31137.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=42.86%
G=39.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201105000.080.580.5351.4341.1833.33
Hex786E32083A35332921
Octal170156620107265635141
Binary1111000110111011001001000111010110101110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E32; }

 p { color: rgb(120,110,50); }

 H1.HeaderClassName
 {
   color: #786E32;
 }
 .AnyTagClassName
 {
   color: #786E32;
 }
</style>
background-color css

<style>
 a { background-color: #786E32; }

 a { background-color: rgb(120,110,50); }

 div.DivClassName
 {
   background-color: #786E32;
 }
 .BgClassName
 {
   background-color: #786E32;
 }
</style>
border-color css

<style>
 span { border-color: #786E32; }

 span { border-color: rgb(120,110,50); }

 td.TdClassName
 {
   border-color: #786E32;
 }
 .TagClassName
 {
   border-color: #786E32;
 }
</style>