#7A6E54

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

Shades of Peat #7A6E54

Tints of Peat #7A6E54

Color information

#7A6E54 (or 0x7A6E54) is unknown color: approx Peat. HEX triplet: 7A, 6E and 54. RGB value is (122,110,84). Sum of RGB (Red+Green+Blue) = 122+110+84=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E54 is #8591AB. Grayscale: #6E6E6E. Windows color (decimal): -8753580 or 5533306. OLE color: 5533306.

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

Color convert

RGB12211084-
CMYK00.100.310.52
HSL41.05º18.45%40.39%-
HSV(B)41.05º31.15%47.84%-
XYZ15.215.9310.66-
YUV110.62112.98136.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=38.61%
G=34.81%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221108400.100.310.5241.0518.4540.39
Hex7A6E540A1F34291228
Octal1721561240123764512250
Binary111101011011101010100010101111111010010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,84); }

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

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

 a { background-color: rgb(122,110,84); }

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

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

 span { border-color: rgb(122,110,84); }

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