#7A7156

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

Shades of Peat #7A7156

Tints of Peat #7A7156

Color information

#7A7156 (or 0x7A7156) is unknown color: approx Peat. HEX triplet: 7A, 71 and 56. RGB value is (122,113,86). Sum of RGB (Red+Green+Blue) = 122+113+86=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7156 is #858EA9. Grayscale: #707070. Windows color (decimal): -8752810 or 5665146. OLE color: 5665146.

HSL color Cylindrical-coordinate representation of color #7A7156: hue angle of 45º degrees, saturation: 0.17, 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 #7A7156 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12211386-
CMYK00.070.300.52
HSL45º17.31%40.78%-
HSV(B)45º29.51%47.84%-
XYZ15.6116.6211.19-
YUV112.61112.98134.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=38.01%
G=35.20%
B=26.79%

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
Decimal1221138600.070.300.524517.3140.78
Hex7A7156071E342d1129
Octal172161126073664552151
Binary11110101110001101011001111111011010010110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,86); }

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

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

 a { background-color: rgb(122,113,86); }

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

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

 span { border-color: rgb(122,113,86); }

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