#756E6C

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

Shades of Russett #756E6C

Tints of Russett #756E6C

Color information

#756E6C (or 0x756E6C) is unknown color: approx Russett. HEX triplet: 75, 6E and 6C. RGB value is (117,110,108). Sum of RGB (Red+Green+Blue) = 117+110+108=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6C is #8A9193. Grayscale: #6F6F6F. Windows color (decimal): -9081236 or 7106165. OLE color: 7106165.

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

Color convert

RGB117110108-
CMYK00.060.080.54
HSL13.33º4%44.12%-
HSV(B)13.33º7.69%45.88%-
XYZ15.6216.0216.46-
YUV111.86125.82131.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=34.93%
G=32.84%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711010800.060.080.5413.33444.12
Hex756E6C06836d42c
Octal16515615406106615454
Binary111010111011101101100011010001101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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