#78762A

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

Shades of Crete #78762A

Tints of Crete #78762A

Color information

#78762A (or 0x78762A) is unknown color: approx Crete. HEX triplet: 78, 76 and 2A. RGB value is (120,118,42). Sum of RGB (Red+Green+Blue) = 120+118+42=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78762A is #8789D5. Grayscale: #6E6E6E. Windows color (decimal): -8882646 or 2782840. OLE color: 2782840.

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

Color convert

RGB12011842-
CMYK00.020.650.53
HSL58.46º48.15%31.76%-
HSV(B)58.46º65%47.06%-
XYZ14.6417.124.72-
YUV109.9389.66135.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 42 (16.80% from 255) = 15%
R=42.86%
G=42.14%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201184200.020.650.5358.4648.1531.76
Hex78762A0241353a3020
Octal170166520210165726040
Binary111100011101101010100101000001110101111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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