Html Css Color HEX #79762A Crete

📋 copy color: '#79762A'

red 121 ◦ green 118 ◦ blue 42

#79762A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #79762A

Tints of Crete #79762A

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.8% from 255) = 14.95%

R = 43.06%
G = 41.99%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#79762A (or 0x79762A) is known color: 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

RGB 121 118 42 -
CMYK 0 0.02 0.65 0.53
HSL 57.72º 0.48% 0.32% -
HSV(B) 57.72º 0.65% 0.47% -
XYZ 14.78 17.19 4.73 -
YUV 110.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 121 118 42 0 0.02 0.65 0.53 57.72 0.48 0.32
Hex 79 76 2A 0 2 41 35 3A 30 20
Octal 171 166 52 0 2 101 65 72 60 40
Binary 1111001 1110110 101010 0 10 1000001 110101 111010 110000 100000

Color Harmonies of #79762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79762A

Black with #79762A

Text Example


Text Example

White with #79762A

Text Example


Text Example

HTML Codes & Css Web 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>