#756777

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

Shades of Rum #756777

Tints of Rum #756777

Color information

#756777 (or 0x756777) is unknown color: approx Rum. HEX triplet: 75, 67 and 77. RGB value is (117,103,119). Sum of RGB (Red+Green+Blue) = 117+103+119=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #756777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756777 is #8A9888. Grayscale: #6C6C6C. Windows color (decimal): -9083017 or 7825269. OLE color: 7825269.

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

Color convert

RGB117103119-
CMYK0.020.1300.53
HSL292.5º7.21%43.53%-
HSV(B)292.5º13.45%46.67%-
XYZ15.5214.8119.49-
YUV109.01133.64133.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=34.51%
G=30.38%
B=35.10%

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
Decimal1171031190.020.1300.53292.57.2143.53
Hex7567772D03512472c
Octal165147167215065444754
Binary1110101110011111101111011010110101100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756777; }

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

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

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

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

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

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

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

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