#7C7151

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

Shades of Peat #7C7151

Tints of Peat #7C7151

Color information

#7C7151 (or 0x7C7151) is unknown color: approx Peat. HEX triplet: 7C, 71 and 51. RGB value is (124,113,81). Sum of RGB (Red+Green+Blue) = 124+113+81=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7151 is #838EAE. Grayscale: #707070. Windows color (decimal): -8621743 or 5337468. OLE color: 5337468.

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

Color convert

RGB12411381-
CMYK00.090.350.51
HSL44.65º20.98%40.2%-
HSV(B)44.65º34.68%48.63%-
XYZ15.716.6910.18-
YUV112.64110.14136.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=38.99%
G=35.53%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241138100.090.350.5144.6520.9840.2
Hex7C71510923332d1528
Octal1741611210114363552550
Binary1111100111000110100010100110001111001110110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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