#756578

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

Shades of Rum #756578

Tints of Rum #756578

Color information

#756578 (or 0x756578) is unknown color: approx Rum. HEX triplet: 75, 65 and 78. RGB value is (117,101,120). Sum of RGB (Red+Green+Blue) = 117+101+120=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #756578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756578 is #8A9A87. Grayscale: #6B6B6B. Windows color (decimal): -9083528 or 7890293. OLE color: 7890293.

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

Color convert

RGB117101120-
CMYK0.020.1600.53
HSL290.53º8.6%43.33%-
HSV(B)290.53º15.83%47.06%-
XYZ15.3814.4519.75-
YUV107.95134.8134.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=34.62%
G=29.88%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171011200.020.1600.53290.538.643.33
Hex75657821003512392b
Octal1651451702200654431153
Binary111010111001011111000101000001101011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756578; }

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

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

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

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

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

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

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

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