#7C6560

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

Shades of Russett #7C6560

Tints of Russett #7C6560

Color information

#7C6560 (or 0x7C6560) is unknown color: approx Russett. HEX triplet: 7C, 65 and 60. RGB value is (124,101,96). Sum of RGB (Red+Green+Blue) = 124+101+96=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6560 is #839A9F. Grayscale: #6B6B6B. Windows color (decimal): -8624800 or 6317436. OLE color: 6317436.

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

Color convert

RGB12410196-
CMYK00.190.230.51
HSL10.71º12.73%43.14%-
HSV(B)10.71º22.58%48.63%-
XYZ15.0814.4413.06-
YUV107.31121.62139.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=38.63%
G=31.46%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241019600.190.230.5110.7112.7343.14
Hex7C65600131733bd2b
Octal1741451400232763131553
Binary1111100110010111000000100111011111001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,96); }

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

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

 a { background-color: rgb(124,101,96); }

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

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

 span { border-color: rgb(124,101,96); }

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