#7C5F56

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

Shades of Russett #7C5F56

Tints of Russett #7C5F56

Color information

#7C5F56 (or 0x7C5F56) is unknown color: approx Russett. HEX triplet: 7C, 5F and 56. RGB value is (124,95,86). Sum of RGB (Red+Green+Blue) = 124+95+86=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F56 is #83A0A9. Grayscale: #666666. Windows color (decimal): -8626346 or 5660540. OLE color: 5660540.

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

Color convert

RGB1249586-
CMYK00.230.310.51
HSL14.21º18.1%41.18%-
HSV(B)14.21º30.65%48.63%-
XYZ14.0813.1410.6-
YUV102.64118.61143.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=40.66%
G=31.15%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124958600.230.310.5114.2118.141.18
Hex7C5F560171F33e1229
Octal1741371260273763162251
Binary11111001011111101011001011111111110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,86); }

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

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

 a { background-color: rgb(124,95,86); }

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

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

 span { border-color: rgb(124,95,86); }

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