#756E6B

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

Shades of Russett #756E6B

Tints of Russett #756E6B

Color information

#756E6B (or 0x756E6B) is unknown color: approx Russett. HEX triplet: 75, 6E and 6B. RGB value is (117,110,107). Sum of RGB (Red+Green+Blue) = 117+110+107=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6B is #8A9194. Grayscale: #6F6F6F. Windows color (decimal): -9081237 or 7040629. OLE color: 7040629.

HSL color Cylindrical-coordinate representation of color #756E6B: hue angle of 18º degrees, saturation: 0.04, 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 #756E6B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117110107-
CMYK00.060.090.54
HSL18º4.46%43.92%-
HSV(B)18º8.55%45.88%-
XYZ15.571616.18-
YUV111.75125.32131.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=35.03%
G=32.93%
B=32.04%

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
Decimal11711010700.060.090.54184.4643.92
Hex756E6B069361242c
Octal16515615306116622454
Binary1110101110111011010110110100111011010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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