#7D665A

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

Shades of Russett #7D665A

Tints of Russett #7D665A

Color information

#7D665A (or 0x7D665A) is unknown color: approx Russett. HEX triplet: 7D, 66 and 5A. RGB value is (125,102,90). Sum of RGB (Red+Green+Blue) = 125+102+90=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D665A is #8299A5. Grayscale: #6B6B6B. Windows color (decimal): -8559014 or 5924477. OLE color: 5924477.

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

Color convert

RGB12510290-
CMYK00.180.280.51
HSL20.57º16.28%42.16%-
HSV(B)20.57º28%49.02%-
XYZ15.0514.611.7-
YUV107.51118.12140.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=39.43%
G=32.18%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251029000.180.280.5120.5716.2842.16
Hex7D665A0121C3315102a
Octal1751461320223463252052
Binary111110111001101011010010010111001100111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,90); }

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

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

 a { background-color: rgb(125,102,90); }

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

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

 span { border-color: rgb(125,102,90); }

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