#7D695E

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

Shades of Russett #7D695E

Tints of Russett #7D695E

Color information

#7D695E (or 0x7D695E) is unknown color: approx Russett. HEX triplet: 7D, 69 and 5E. RGB value is (125,105,94). Sum of RGB (Red+Green+Blue) = 125+105+94=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D695E is #8296A1. Grayscale: #6D6D6D. Windows color (decimal): -8558242 or 6187389. OLE color: 6187389.

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

Color convert

RGB12510594-
CMYK00.160.250.51
HSL21.29º14.16%42.94%-
HSV(B)21.29º24.8%49.02%-
XYZ15.5315.2712.72-
YUV109.73119.13138.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=38.58%
G=32.41%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251059400.160.250.5121.2914.1642.94
Hex7D695E010193315e2b
Octal1751511360203163251653
Binary11111011101001101111001000011001110011101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,94); }

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

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

 a { background-color: rgb(125,105,94); }

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

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

 span { border-color: rgb(125,105,94); }

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