#756862

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

Shades of Russett #756862

Tints of Russett #756862

Color information

#756862 (or 0x756862) is unknown color: approx Russett. HEX triplet: 75, 68 and 62. RGB value is (117,104,98). Sum of RGB (Red+Green+Blue) = 117+104+98=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756862 is #8A979D. Grayscale: #6B6B6B. Windows color (decimal): -9082782 or 6449269. OLE color: 6449269.

HSL color Cylindrical-coordinate representation of color #756862: hue angle of 18.95º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756862 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB11710498-
CMYK00.110.160.54
HSL18.95º8.84%42.16%-
HSV(B)18.95º16.24%45.88%-
XYZ14.4914.5613.6-
YUV107.2122.81134.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=36.68%
G=32.60%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171049800.110.160.5418.958.8442.16
Hex7568620B10361392a
Octal1651501420132066231152
Binary1110101110100011000100101110000110110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756862; }

 p { color: rgb(117,104,98); }

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

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

 a { background-color: rgb(117,104,98); }

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

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

 span { border-color: rgb(117,104,98); }

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