#78742F

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

Shades of Crete #78742F

Tints of Crete #78742F

Color information

#78742F (or 0x78742F) is unknown color: approx Crete. HEX triplet: 78, 74 and 2F. RGB value is (120,116,47). Sum of RGB (Red+Green+Blue) = 120+116+47=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742F is #878BD0. Grayscale: #6D6D6D. Windows color (decimal): -8883153 or 3110008. OLE color: 3110008.

HSL color Cylindrical-coordinate representation of color #78742F: hue angle of 56.71º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78742F is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB12011647-
CMYK00.030.610.53
HSL56.71º43.71%32.75%-
HSV(B)56.71º60.83%47.06%-
XYZ14.516.695.15-
YUV109.3392.83135.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=42.40%
G=40.99%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201164700.030.610.5356.7143.7132.75
Hex78742F033D35392c21
Octal17016457037565715441
Binary11110001110100101111011111101110101111001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78742F; }

 p { color: rgb(120,116,47); }

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

<style>
 a { background-color: #78742F; }

 a { background-color: rgb(120,116,47); }

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

<style>
 span { border-color: #78742F; }

 span { border-color: rgb(120,116,47); }

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