#786C30

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

Shades of Crete #786C30

Tints of Crete #786C30

Color information

#786C30 (or 0x786C30) is unknown color: approx Crete. HEX triplet: 78, 6C and 30. RGB value is (120,108,48). Sum of RGB (Red+Green+Blue) = 120+108+48=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #786C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C30 is #8793CF. Grayscale: #696969. Windows color (decimal): -8885200 or 3173496. OLE color: 3173496.

HSL color Cylindrical-coordinate representation of color #786C30: hue angle of 50º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #786C30 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12010848-
CMYK00.100.600.53
HSL50º42.86%32.94%-
HSV(B)50º60%47.06%-
XYZ13.6414.934.96-
YUV104.7595.98138.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201084800.100.600.535042.8632.94
Hex786C300A3C35322b21
Octal170154600127465625341
Binary1111000110110011000001010111100110101110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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