#7A7054

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

Shades of Peat #7A7054

Tints of Peat #7A7054

Color information

#7A7054 (or 0x7A7054) is unknown color: approx Peat. HEX triplet: 7A, 70 and 54. RGB value is (122,112,84). Sum of RGB (Red+Green+Blue) = 122+112+84=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7054 is #858FAB. Grayscale: #6F6F6F. Windows color (decimal): -8753068 or 5533818. OLE color: 5533818.

HSL color Cylindrical-coordinate representation of color #7A7054: hue angle of 44.21º 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 #7A7054 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB12211284-
CMYK00.080.310.52
HSL44.21º18.45%40.39%-
HSV(B)44.21º31.15%47.84%-
XYZ15.4216.3710.73-
YUV111.8112.31135.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=38.36%
G=35.22%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221128400.080.310.5244.2118.4540.39
Hex7A7054081F342c1228
Octal1721601240103764542250
Binary111101011100001010100010001111111010010110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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