#7C5B55

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

Shades of Russett #7C5B55

Tints of Russett #7C5B55

Color information

#7C5B55 (or 0x7C5B55) is unknown color: approx Russett. HEX triplet: 7C, 5B and 55. RGB value is (124,91,85). Sum of RGB (Red+Green+Blue) = 124+91+85=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B55 is #83A4AA. Grayscale: #646464. Windows color (decimal): -8627371 or 5593980. OLE color: 5593980.

HSL color Cylindrical-coordinate representation of color #7C5B55: hue angle of 9.23º degrees, saturation: 0.19, 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 #7C5B55 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1249185-
CMYK00.270.310.51
HSL9.23º18.66%40.98%-
HSV(B)9.23º31.45%48.63%-
XYZ13.6912.4210.27-
YUV100.18119.43144.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=41.33%
G=30.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124918500.270.310.519.2318.6640.98
Hex7C5B5501B1F3391329
Octal1741331250333763112351
Binary11111001011011101010101101111111110011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,85); }

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

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

 a { background-color: rgb(124,91,85); }

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

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

 span { border-color: rgb(124,91,85); }

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