#756977

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

Shades of Rum #756977

Tints of Rum #756977

Color information

#756977 (or 0x756977) is unknown color: approx Rum. HEX triplet: 75, 69 and 77. RGB value is (117,105,119). Sum of RGB (Red+Green+Blue) = 117+105+119=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #756977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756977 is #8A9688. Grayscale: #6E6E6E. Windows color (decimal): -9082505 or 7825781. OLE color: 7825781.

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

Color convert

RGB117105119-
CMYK0.020.1200.53
HSL291.43º6.25%43.92%-
HSV(B)291.43º11.76%46.67%-
XYZ15.7215.2219.56-
YUV110.18132.98132.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=34.31%
G=30.79%
B=34.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171051190.020.1200.53291.436.2543.92
Hex7569772C03512362c
Octal165151167214065443654
Binary1110101110100111101111011000110101100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756977; }

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

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

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

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

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

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

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

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