#7C615B

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

Shades of Russett #7C615B

Tints of Russett #7C615B

Color information

#7C615B (or 0x7C615B) is unknown color: approx Russett. HEX triplet: 7C, 61 and 5B. RGB value is (124,97,91). Sum of RGB (Red+Green+Blue) = 124+97+91=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C615B is #839EA4. Grayscale: #686868. Windows color (decimal): -8625829 or 5988732. OLE color: 5988732.

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

Color convert

RGB1249791-
CMYK00.220.270.51
HSL10.91º15.35%42.16%-
HSV(B)10.91º26.61%48.63%-
XYZ14.4813.5911.76-
YUV104.39120.45141.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=39.74%
G=31.09%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124979100.220.270.5110.9115.3542.16
Hex7C615B0161B33bf2a
Octal1741411330263363131752
Binary1111100110000110110110101101101111001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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