#79762A

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

Shades of Crete #79762A

Tints of Crete #79762A

Color information

#79762A (or 0x79762A) is unknown color: approx Crete. HEX triplet: 79, 76 and 2A. RGB value is (121,118,42). Sum of RGB (Red+Green+Blue) = 121+118+42=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79762A is #8689D5. Grayscale: #6E6E6E. Windows color (decimal): -8817110 or 2782841. OLE color: 2782841.

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

Color convert

RGB12111842-
CMYK00.020.650.53
HSL57.72º48.47%31.96%-
HSV(B)57.72º65.29%47.45%-
XYZ14.7817.194.73-
YUV110.2389.49135.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=43.06%
G=41.99%
B=14.95%

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
Decimal1211184200.020.650.5357.7248.4731.96
Hex79762A0241353a3020
Octal171166520210165726040
Binary111100111101101010100101000001110101111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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