#756F76

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

Shades of Rum #756F76

Tints of Rum #756F76

Color information

#756F76 (or 0x756F76) is unknown color: approx Rum. HEX triplet: 75, 6F and 76. RGB value is (117,111,118). Sum of RGB (Red+Green+Blue) = 117+111+118=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #756F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F76 is #8A9089. Grayscale: #717171. Windows color (decimal): -9080970 or 7761781. OLE color: 7761781.

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

Color convert

RGB117111118-
CMYK0.010.0600.54
HSL291.43º3.06%44.9%-
HSV(B)291.43º5.93%46.27%-
XYZ16.2916.4619.46-
YUV113.59130.49130.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=33.82%
G=32.08%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171111180.010.0600.54291.433.0644.9
Hex756F761603612332d
Octal16515716616066443355
Binary1110101110111111101101110011011010010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,118); }

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

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

 a { background-color: rgb(117,111,118); }

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

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

 span { border-color: rgb(117,111,118); }

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