#786C32

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

Shades of Crete #786C32

Tints of Crete #786C32

Color information

#786C32 (or 0x786C32) is unknown color: approx Crete. HEX triplet: 78, 6C and 32. RGB value is (120,108,50). Sum of RGB (Red+Green+Blue) = 120+108+50=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #786C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C32 is #8793CD. Grayscale: #696969. Windows color (decimal): -8885198 or 3304568. OLE color: 3304568.

HSL color Cylindrical-coordinate representation of color #786C32: hue angle of 49.71º 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 #786C32 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB12010850-
CMYK00.100.580.53
HSL49.71º41.18%33.33%-
HSV(B)49.71º58.33%47.06%-
XYZ13.6814.955.18-
YUV104.9896.98138.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=43.17%
G=38.85%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201085000.100.580.5349.7141.1833.33
Hex786C320A3A35322921
Octal170154620127265625141
Binary1111000110110011001001010111010110101110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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