#7E6960

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

Shades of Russett #7E6960

Tints of Russett #7E6960

Color information

#7E6960 (or 0x7E6960) is unknown color: approx Russett. HEX triplet: 7E, 69 and 60. RGB value is (126,105,96). Sum of RGB (Red+Green+Blue) = 126+105+96=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6960 is #81969F. Grayscale: #6E6E6E. Windows color (decimal): -8492704 or 6318462. OLE color: 6318462.

HSL color Cylindrical-coordinate representation of color #7E6960: hue angle of 18º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6960 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB12610596-
CMYK00.170.240.51
HSL18º13.51%43.53%-
HSV(B)18º23.81%49.41%-
XYZ15.7715.3813.2-
YUV110.25119.96139.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=38.53%
G=32.11%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261059600.170.240.511813.5143.53
Hex7E6960011183312e2c
Octal1761511400213063221654
Binary11111101101001110000001000111000110011100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,96); }

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

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

 a { background-color: rgb(126,105,96); }

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

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

 span { border-color: rgb(126,105,96); }

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