#756C68

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

Shades of Russett #756C68

Tints of Russett #756C68

Color information

#756C68 (or 0x756C68) is unknown color: approx Russett. HEX triplet: 75, 6C and 68. RGB value is (117,108,104). Sum of RGB (Red+Green+Blue) = 117+108+104=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C68 is #8A9397. Grayscale: #6E6E6E. Windows color (decimal): -9081752 or 6843509. OLE color: 6843509.

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

Color convert

RGB117108104-
CMYK00.080.110.54
HSL18.46º5.88%43.33%-
HSV(B)18.46º11.11%45.88%-
XYZ15.215.5115.29-
YUV110.23124.48132.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=35.56%
G=32.83%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710810400.080.110.5418.465.8843.33
Hex756C6808B361262b
Octal165154150010136622653
Binary11101011101100110100001000101111011010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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