#7A7254

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

Shades of Peat #7A7254

Tints of Peat #7A7254

Color information

#7A7254 (or 0x7A7254) is unknown color: approx Peat. HEX triplet: 7A, 72 and 54. RGB value is (122,114,84). Sum of RGB (Red+Green+Blue) = 122+114+84=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7254 is #858DAB. Grayscale: #717171. Windows color (decimal): -8752556 or 5534330. OLE color: 5534330.

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

Color convert

RGB12211484-
CMYK00.070.310.52
HSL47.37º18.45%40.39%-
HSV(B)47.37º31.15%47.84%-
XYZ15.6416.8110.81-
YUV112.97111.65134.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=38.12%
G=35.62%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221148400.070.310.5247.3718.4540.39
Hex7A7254071F342f1228
Octal172162124073764572250
Binary11110101110010101010001111111111010010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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