#75706E

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

Shades of Russett #75706E

Tints of Russett #75706E

Color information

#75706E (or 0x75706E) is unknown color: approx Russett. HEX triplet: 75, 70 and 6E. RGB value is (117,112,110). Sum of RGB (Red+Green+Blue) = 117+112+110=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706E is #8A8F91. Grayscale: #717171. Windows color (decimal): -9080722 or 7237749. OLE color: 7237749.

HSL color Cylindrical-coordinate representation of color #75706E: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75706E is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB117112110-
CMYK00.040.060.54
HSL17.14º3.08%44.51%-
HSV(B)17.14º5.98%45.88%-
XYZ15.9416.517.1-
YUV113.27126.16130.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=34.51%
G=33.04%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711211000.040.060.5417.143.0844.51
Hex75706E046361132d
Octal1651601560466621355
Binary11101011110000110111001001101101101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75706E; }

 p { color: rgb(117,112,110); }

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

<style>
 a { background-color: #75706E; }

 a { background-color: rgb(117,112,110); }

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

<style>
 span { border-color: #75706E; }

 span { border-color: rgb(117,112,110); }

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