Html Css Color HEX #797132 Crete

📋 copy color: '#797132'

red 121 ◦ green 113 ◦ blue 50

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

Shades of Crete #797132

Tints of Crete #797132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 42.61%
G = 39.79%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#797132 (or 0x797132) is known color: Crete. HEX triplet: 79, 71 and 32. RGB value is (121,113,50). Sum of RGB (Red+Green+Blue) = 121+113+50=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #797132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797132 is #868ECD. Grayscale: #6C6C6C. Windows color (decimal): -8818382 or 3305849. OLE color: 3305849.

HSL color Cylindrical-coordinate representation of color #797132: hue angle of 53.24º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #797132 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 113 50 -
CMYK 0 0.07 0.59 0.53
HSL 53.24º 0.42% 0.34% -
HSV(B) 53.24º 0.59% 0.47% -
XYZ 14.37 16.11 5.37 -
YUV 108.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 121 113 50 0 0.07 0.59 0.53 53.24 0.42 0.34
Hex 79 71 32 0 7 3B 35 35 2A 22
Octal 171 161 62 0 7 73 65 65 52 42
Binary 1111001 1110001 110010 0 111 111011 110101 110101 101010 100010

Color Harmonies of #797132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797132

Black with #797132

Text Example


Text Example

White with #797132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797132; }

 p { color: rgb(121,113,50); }

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

background-color css

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

 a { background-color: rgb(121,113,50); }

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

border-color css

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

 span { border-color: rgb(121,113,50); }

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