#756863

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

Shades of Russett #756863

Tints of Russett #756863

Color information

#756863 (or 0x756863) is unknown color: approx Russett. HEX triplet: 75, 68 and 63. RGB value is (117,104,99). Sum of RGB (Red+Green+Blue) = 117+104+99=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756863 is #8A979C. Grayscale: #6B6B6B. Windows color (decimal): -9082781 or 6514805. OLE color: 6514805.

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

Color convert

RGB11710499-
CMYK00.110.150.54
HSL16.67º8.33%42.35%-
HSV(B)16.67º15.38%45.88%-
XYZ14.5414.5813.85-
YUV107.32123.31134.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=36.56%
G=32.5%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171049900.110.150.5416.678.3342.35
Hex7568630BF361182a
Octal1651501430131766211052
Binary111010111010001100011010111111110110100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756863; }

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

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

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

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

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

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

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

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