#756378

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

Shades of Rum #756378

Tints of Rum #756378

Color information

#756378 (or 0x756378) is unknown color: approx Rum. HEX triplet: 75, 63 and 78. RGB value is (117,99,120). Sum of RGB (Red+Green+Blue) = 117+99+120=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #756378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756378 is #8A9C87. Grayscale: #6A6A6A. Windows color (decimal): -9084040 or 7889781. OLE color: 7889781.

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

Color convert

RGB11799120-
CMYK0.020.1700.53
HSL291.43º9.59%42.94%-
HSV(B)291.43º17.5%47.06%-
XYZ15.1914.0619.68-
YUV106.78135.46135.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=34.82%
G=29.46%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117991200.020.1700.53291.439.5942.94
Hex756378211035123a2b
Octal1651431702210654431253
Binary111010111000111111000101000101101011001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756378; }

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

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

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

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

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

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

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

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