#756E6A

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

Shades of Russett #756E6A

Tints of Russett #756E6A

Color information

#756E6A (or 0x756E6A) is unknown color: approx Russett. HEX triplet: 75, 6E and 6A. RGB value is (117,110,106). Sum of RGB (Red+Green+Blue) = 117+110+106=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6A is #8A9195. Grayscale: #6F6F6F. Windows color (decimal): -9081238 or 6975093. OLE color: 6975093.

HSL color Cylindrical-coordinate representation of color #756E6A: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756E6A is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117110106-
CMYK00.060.090.54
HSL21.82º4.93%43.73%-
HSV(B)21.82º9.4%45.88%-
XYZ15.5115.9715.9-
YUV111.64124.82131.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=35.14%
G=33.03%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711010600.060.090.5421.824.9343.73
Hex756E6A069361652c
Octal16515615206116626554
Binary1110101110111011010100110100111011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E6A; }

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

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

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

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

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

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

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

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