#7A7253

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

Shades of Peat #7A7253

Tints of Peat #7A7253

Color information

#7A7253 (or 0x7A7253) is unknown color: approx Peat. HEX triplet: 7A, 72 and 53. RGB value is (122,114,83). Sum of RGB (Red+Green+Blue) = 122+114+83=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7253 is #858DAC. Grayscale: #707070. Windows color (decimal): -8752557 or 5468794. OLE color: 5468794.

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

Color convert

RGB12211483-
CMYK00.070.320.52
HSL47.69º19.02%40.2%-
HSV(B)47.69º31.97%47.84%-
XYZ15.616.810.6-
YUV112.86111.15134.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=38.24%
G=35.74%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221148300.070.320.5247.6919.0240.2
Hex7A7253072034301328
Octal172162123074064602350
Binary111101011100101010011011110000011010011000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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