#756778

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

Shades of Rum #756778

Tints of Rum #756778

Color information

#756778 (or 0x756778) is unknown color: approx Rum. HEX triplet: 75, 67 and 78. RGB value is (117,103,120). Sum of RGB (Red+Green+Blue) = 117+103+120=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #756778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756778 is #8A9887. Grayscale: #6D6D6D. Windows color (decimal): -9083016 or 7890805. OLE color: 7890805.

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

Color convert

RGB117103120-
CMYK0.020.1400.53
HSL289.41º7.62%43.73%-
HSV(B)289.41º14.17%47.06%-
XYZ15.5814.8419.81-
YUV109.12134.14133.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=34.41%
G=30.29%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171031200.020.1400.53289.417.6243.73
Hex7567782E03512182c
Octal1651471702160654411054
Binary11101011100111111100010111001101011001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756778; }

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

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

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

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

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

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

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

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