#7A6F50

Color #7A6F50 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #7A6F50

Tints of Peat #7A6F50

Color information

#7A6F50 (or 0x7A6F50) is unknown color: approx 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

RGB12211180-
CMYK00.090.340.52
HSL44.29º20.79%39.61%-
HSV(B)44.29º34.43%47.84%-
XYZ15.1616.099.9-
YUV110.76110.64136.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221118000.090.340.5244.2920.7939.61
Hex7A6F500922342c1528
Octal1721571200114264542550
Binary1111010110111110100000100110001011010010110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>