#7C7154

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

Shades of Peat #7C7154

Tints of Peat #7C7154

Color information

#7C7154 (or 0x7C7154) is unknown color: approx Peat. HEX triplet: 7C, 71 and 54. RGB value is (124,113,84). Sum of RGB (Red+Green+Blue) = 124+113+84=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7154 is #838EAB. Grayscale: #717171. Windows color (decimal): -8621740 or 5534076. OLE color: 5534076.

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

Color convert

RGB12411384-
CMYK00.090.320.51
HSL43.5º19.23%40.78%-
HSV(B)43.5º32.26%48.63%-
XYZ15.8216.7410.78-
YUV112.98111.64135.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=38.63%
G=35.20%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241138400.090.320.5143.519.2340.78
Hex7C71540920332c1329
Octal1741611240114063542351
Binary1111100111000110101000100110000011001110110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,84); }

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

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

 a { background-color: rgb(124,113,84); }

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

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

 span { border-color: rgb(124,113,84); }

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