#78752F

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

Shades of Crete #78752F

Tints of Crete #78752F

Color information

#78752F (or 0x78752F) is unknown color: approx Crete. HEX triplet: 78, 75 and 2F. RGB value is (120,117,47). Sum of RGB (Red+Green+Blue) = 120+117+47=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752F is #878AD0. Grayscale: #6E6E6E. Windows color (decimal): -8882897 or 3110264. OLE color: 3110264.

HSL color Cylindrical-coordinate representation of color #78752F: hue angle of 57.53º 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 #78752F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB12011747-
CMYK00.020.610.53
HSL57.53º43.71%32.75%-
HSV(B)57.53º60.83%47.06%-
XYZ14.6216.925.18-
YUV109.9292.49135.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=42.25%
G=41.20%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201174700.020.610.5357.5343.7132.75
Hex78752F023D353a2c21
Octal17016557027565725441
Binary11110001110101101111010111101110101111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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