#756877

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

Shades of Rum #756877

Tints of Rum #756877

Color information

#756877 (or 0x756877) is unknown color: approx Rum. HEX triplet: 75, 68 and 77. RGB value is (117,104,119). Sum of RGB (Red+Green+Blue) = 117+104+119=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #756877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756877 is #8A9788. Grayscale: #6D6D6D. Windows color (decimal): -9082761 or 7825525. OLE color: 7825525.

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

Color convert

RGB117104119-
CMYK0.020.1300.53
HSL292º6.73%43.73%-
HSV(B)292º12.61%46.67%-
XYZ15.6215.0119.53-
YUV109.6133.31133.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 119 (46.88% from 255) = 35%
R=34.41%
G=30.59%
B=35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171041190.020.1300.532926.7343.73
Hex7568772D03512472c
Octal165150167215065444754
Binary1110101110100011101111011010110101100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756877; }

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

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

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

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

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

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

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

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