#7D675F

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

Shades of Russett #7D675F

Tints of Russett #7D675F

Color information

#7D675F (or 0x7D675F) is unknown color: approx Russett. HEX triplet: 7D, 67 and 5F. RGB value is (125,103,95). Sum of RGB (Red+Green+Blue) = 125+103+95=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D675F is #8298A0. Grayscale: #6C6C6C. Windows color (decimal): -8558753 or 6252413. OLE color: 6252413.

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

Color convert

RGB12510395-
CMYK00.180.240.51
HSL16º13.64%43.14%-
HSV(B)16º24%49.02%-
XYZ15.3714.8912.89-
YUV108.67120.29139.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=38.70%
G=31.89%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251039500.180.240.511613.6443.14
Hex7D675F012183310e2b
Octal1751471370223063201653
Binary11111011100111101111101001011000110011100001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,95); }

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

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

 a { background-color: rgb(125,103,95); }

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

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

 span { border-color: rgb(125,103,95); }

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