Html Css Color HEX #7A6F50 Peat

📋 copy color: '#7A6F50'

red 122 ◦ green 111 ◦ blue 80

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

Shades of Peat #7A6F50

Tints of Peat #7A6F50

RGB

 RED value IS 122 (48.05% from 255) = 38.98%

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 38.98%
G = 35.46%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A6F50 (or 0x7A6F50) is known color: Peat. HEX triplet: 7A, 6F and 50. RGB value is (122,111,80). Sum of RGB (Red+Green+Blue) = 122+111+80=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F50 is #8590AF. Grayscale: #6E6E6E. Windows color (decimal): -8753328 or 5271418. OLE color: 5271418.

HSL color Cylindrical-coordinate representation of color #7A6F50: hue angle of 44.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6F50 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 111 80 -
CMYK 0 0.09 0.34 0.52
HSL 44.29º 0.21% 0.4% -
HSV(B) 44.29º 0.34% 0.48% -
XYZ 15.16 16.09 9.9 -
YUV 110.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 122 111 80 0 0.09 0.34 0.52 44.29 0.21 0.4
Hex 7A 6F 50 0 9 22 34 2C 15 28
Octal 172 157 120 0 11 42 64 54 25 50
Binary 1111010 1101111 1010000 0 1001 100010 110100 101100 10101 101000

Color Harmonies of #7A6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6F50

Black with #7A6F50

Text Example


Text Example

White with #7A6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6F50; }

 p { color: rgb(122,111,80); }

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

background-color css

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

 a { background-color: rgb(122,111,80); }

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

border-color css

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

 span { border-color: rgb(122,111,80); }

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