#756058

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

Shades of Russett #756058

Tints of Russett #756058

Color information

#756058 (or 0x756058) is unknown color: approx Russett. HEX triplet: 75, 60 and 58. RGB value is (117,96,88). Sum of RGB (Red+Green+Blue) = 117+96+88=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756058 is #8A9FA7. Grayscale: #656565. Windows color (decimal): -9084840 or 5791861. OLE color: 5791861.

HSL color Cylindrical-coordinate representation of color #756058: hue angle of 16.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756058 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1179688-
CMYK00.180.250.54
HSL16.55º14.15%40.2%-
HSV(B)16.55º24.79%45.88%-
XYZ13.2812.8511.01-
YUV101.37120.46139.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=38.87%
G=31.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117968800.180.250.5416.5514.1540.2
Hex756058012193611e28
Octal1651401300223166211650
Binary11101011100000101100001001011001110110100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756058; }

 p { color: rgb(117,96,88); }

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

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

 a { background-color: rgb(117,96,88); }

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

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

 span { border-color: rgb(117,96,88); }

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