#756577

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

Shades of Rum #756577

Tints of Rum #756577

Color information

#756577 (or 0x756577) is unknown color: approx Rum. HEX triplet: 75, 65 and 77. RGB value is (117,101,119). Sum of RGB (Red+Green+Blue) = 117+101+119=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #756577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756577 is #8A9A88. Grayscale: #6B6B6B. Windows color (decimal): -9083529 or 7824757. OLE color: 7824757.

HSL color Cylindrical-coordinate representation of color #756577: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756577 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117101119-
CMYK0.020.1500.53
HSL293.33º8.18%43.14%-
HSV(B)293.33º15.13%46.67%-
XYZ15.3214.4219.43-
YUV107.84134.3134.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=34.72%
G=29.97%
B=35.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171011190.020.1500.53293.338.1843.14
Hex7565772F03512582b
Octal1651451672170654451053
Binary11101011100101111011110111101101011001001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756577; }

 p { color: rgb(117,101,119); }

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

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

 a { background-color: rgb(117,101,119); }

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

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

 span { border-color: rgb(117,101,119); }

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