Html Css Color HEX #796D50 Peat

📋 copy color: '#796D50'

red 121 ◦ green 109 ◦ blue 80

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

Shades of Peat #796D50

Tints of Peat #796D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 39.03%
G = 35.16%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#796D50 (or 0x796D50) is known color: Peat. HEX triplet: 79, 6D and 50. RGB value is (121,109,80). Sum of RGB (Red+Green+Blue) = 121+109+80=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #796D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D50 is #8692AF. Grayscale: #6D6D6D. Windows color (decimal): -8819376 or 5270905. OLE color: 5270905.

HSL color Cylindrical-coordinate representation of color #796D50: hue angle of 42.44º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796D50 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 109 80 -
CMYK 0 0.10 0.34 0.53
HSL 42.44º 0.2% 0.39% -
HSV(B) 42.44º 0.34% 0.47% -
XYZ 14.8 15.58 9.82 -
YUV 109.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 121 109 80 0 0.10 0.34 0.53 42.44 0.2 0.39
Hex 79 6D 50 0 A 22 35 2A 14 27
Octal 171 155 120 0 12 42 65 52 24 47
Binary 1111001 1101101 1010000 0 1010 100010 110101 101010 10100 100111

Color Harmonies of #796D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D50

Black with #796D50

Text Example


Text Example

White with #796D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796D50; }

 p { color: rgb(121,109,80); }

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

background-color css

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

 a { background-color: rgb(121,109,80); }

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

border-color css

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

 span { border-color: rgb(121,109,80); }

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