#7D7354

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

Shades of Peat #7D7354

Tints of Peat #7D7354

Color information

#7D7354 (or 0x7D7354) is unknown color: approx Peat. HEX triplet: 7D, 73 and 54. RGB value is (125,115,84). Sum of RGB (Red+Green+Blue) = 125+115+84=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7354 is #828CAB. Grayscale: #727272. Windows color (decimal): -8555692 or 5534589. OLE color: 5534589.

HSL color Cylindrical-coordinate representation of color #7D7354: hue angle of 45.37º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7354 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB12511584-
CMYK00.080.330.51
HSL45.37º19.62%40.98%-
HSV(B)45.37º32.8%49.02%-
XYZ16.1917.2610.87-
YUV114.46110.81135.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=38.58%
G=35.49%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251158400.080.330.5145.3719.6240.98
Hex7D73540821332d1429
Octal1751631240104163552451
Binary1111101111001110101000100010000111001110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,84); }

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

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

 a { background-color: rgb(125,115,84); }

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

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

 span { border-color: rgb(125,115,84); }

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