#78762B

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

Shades of Crete #78762B

Tints of Crete #78762B

Color information

#78762B (or 0x78762B) is unknown color: approx Crete. HEX triplet: 78, 76 and 2B. RGB value is (120,118,43). Sum of RGB (Red+Green+Blue) = 120+118+43=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78762B is #8789D4. Grayscale: #6E6E6E. Windows color (decimal): -8882645 or 2848376. OLE color: 2848376.

HSL color Cylindrical-coordinate representation of color #78762B: hue angle of 58.44º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78762B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12011843-
CMYK00.020.640.53
HSL58.44º47.24%31.96%-
HSV(B)58.44º64.17%47.06%-
XYZ14.6617.124.82-
YUV110.0590.16135.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=42.70%
G=41.99%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201184300.020.640.5358.4447.2431.96
Hex78762B0240353a2f20
Octal170166530210065725740
Binary111100011101101010110101000000110101111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78762B; }

 p { color: rgb(120,118,43); }

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

<style>
 a { background-color: #78762B; }

 a { background-color: rgb(120,118,43); }

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

<style>
 span { border-color: #78762B; }

 span { border-color: rgb(120,118,43); }

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