#757076

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

Shades of Rum #757076

Tints of Rum #757076

Color information

#757076 (or 0x757076) is unknown color: approx Rum. HEX triplet: 75, 70 and 76. RGB value is (117,112,118). Sum of RGB (Red+Green+Blue) = 117+112+118=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: blue. Hex color #757076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757076 is #8A8F89. Grayscale: #727272. Windows color (decimal): -9080714 or 7762037. OLE color: 7762037.

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

Color convert

RGB117112118-
CMYK0.010.0500.54
HSL290º2.61%45.1%-
HSV(B)290º5.08%46.27%-
XYZ16.416.6819.49-
YUV114.18130.16130.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=33.72%
G=32.28%
B=34.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171121180.010.0500.542902.6145.1
Hex7570761503612232d
Octal16516016615066442355
Binary1110101111000011101101101011011010010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757076; }

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

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

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

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

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

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

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

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