#7D6A64

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

Shades of Russett #7D6A64

Tints of Russett #7D6A64

Color information

#7D6A64 (or 0x7D6A64) is unknown color: approx Russett. HEX triplet: 7D, 6A and 64. RGB value is (125,106,100). Sum of RGB (Red+Green+Blue) = 125+106+100=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A64 is #82959B. Grayscale: #6F6F6F. Windows color (decimal): -8557980 or 6580861. OLE color: 6580861.

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

Color convert

RGB125106100-
CMYK00.150.20.51
HSL14.4º11.11%44.12%-
HSV(B)14.4º20%49.02%-
XYZ15.9115.5914.23-
YUV111121.79137.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=37.76%
G=32.02%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510610000.150.20.5114.411.1144.12
Hex7D6A640F1433eb2c
Octal1751521440172463161354
Binary111110111010101100100011111010011001111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,100); }

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

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

 a { background-color: rgb(125,106,100); }

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

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

 span { border-color: rgb(125,106,100); }

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