#7A7255

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

Shades of Peat #7A7255

Tints of Peat #7A7255

Color information

#7A7255 (or 0x7A7255) is unknown color: approx Peat. HEX triplet: 7A, 72 and 55. RGB value is (122,114,85). Sum of RGB (Red+Green+Blue) = 122+114+85=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7255 is #858DAA. Grayscale: #717171. Windows color (decimal): -8752555 or 5599866. OLE color: 5599866.

HSL color Cylindrical-coordinate representation of color #7A7255: hue angle of 47.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7255 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12211485-
CMYK00.070.300.52
HSL47.03º17.87%40.59%-
HSV(B)47.03º30.33%47.84%-
XYZ15.6816.8311.02-
YUV113.09112.15134.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=38.01%
G=35.51%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221148500.070.300.5247.0317.8740.59
Hex7A7255071E342f1229
Octal172162125073664572251
Binary11110101110010101010101111111011010010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,85); }

 H1.HeaderClassName
 {
   color: #7A7255;
 }
 .AnyTagClassName
 {
   color: #7A7255;
 }
</style>
background-color css

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

 a { background-color: rgb(122,114,85); }

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

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

 span { border-color: rgb(122,114,85); }

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