#7E5C51

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

Shades of Russett #7E5C51

Tints of Russett #7E5C51

Color information

#7E5C51 (or 0x7E5C51) is unknown color: approx Russett. HEX triplet: 7E, 5C and 51. RGB value is (126,92,81). Sum of RGB (Red+Green+Blue) = 126+92+81=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C51 is #81A3AE. Grayscale: #646464. Windows color (decimal): -8496047 or 5332094. OLE color: 5332094.

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

Color convert

RGB1269281-
CMYK00.270.360.51
HSL14.67º21.74%40.59%-
HSV(B)14.67º35.71%49.41%-
XYZ13.9212.689.5-
YUV100.91116.76145.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=42.14%
G=30.77%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126928100.270.360.5114.6721.7440.59
Hex7E5C5101B2433f1629
Octal1761341210334463172651
Binary111111010111001010001011011100100110011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,92,81); }

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

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

 a { background-color: rgb(126,92,81); }

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

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

 span { border-color: rgb(126,92,81); }

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