Html Css Color HEX #79752A Crete

📋 copy color: '#79752A'

red 121 ◦ green 117 ◦ blue 42

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

Shades of Crete #79752A

Tints of Crete #79752A

RGB

 RED value IS 121 (47.66% from 255) = 43.21%

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 43.21%
G = 41.79%
B = 15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#79752A (or 0x79752A) is known color: Crete. HEX triplet: 79, 75 and 2A. RGB value is (121,117,42). Sum of RGB (Red+Green+Blue) = 121+117+42=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79752A is #868AD5. Grayscale: #6D6D6D. Windows color (decimal): -8817366 or 2782585. OLE color: 2782585.

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

Color convert

RGB 121 117 42 -
CMYK 0 0.03 0.65 0.53
HSL 56.96º 0.48% 0.32% -
HSV(B) 56.96º 0.65% 0.47% -
XYZ 14.66 16.95 4.69 -
YUV 109.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 121 117 42 0 0.03 0.65 0.53 56.96 0.48 0.32
Hex 79 75 2A 0 3 41 35 39 30 20
Octal 171 165 52 0 3 101 65 71 60 40
Binary 1111001 1110101 101010 0 11 1000001 110101 111001 110000 100000

Color Harmonies of #79752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79752A

Black with #79752A

Text Example


Text Example

White with #79752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79752A;
 }
 .AnyTagClassName
 {
   color: #79752A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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