#756477

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

Shades of Rum #756477

Tints of Rum #756477

Color information

#756477 (or 0x756477) is unknown color: approx Rum. HEX triplet: 75, 64 and 77. RGB value is (117,100,119). Sum of RGB (Red+Green+Blue) = 117+100+119=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #756477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756477 is #8A9B88. Grayscale: #6B6B6B. Windows color (decimal): -9083785 or 7824501. OLE color: 7824501.

HSL color Cylindrical-coordinate representation of color #756477: hue angle of 293.68º 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 #756477 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117100119-
CMYK0.020.1600.53
HSL293.68º8.68%42.94%-
HSV(B)293.68º15.97%46.67%-
XYZ15.2214.2319.4-
YUV107.25134.63134.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=34.82%
G=29.76%
B=35.42%

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
Decimal1171001190.020.1600.53293.688.6842.94
Hex75647721003512692b
Octal1651441672200654461153
Binary111010111001001110111101000001101011001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756477; }

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

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

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

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

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

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

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

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