#755F80

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

Shades of Rum #755F80

Tints of Rum #755F80

Color information

#755F80 (or 0x755F80) is unknown color: approx Rum. HEX triplet: 75, 5F and 80. RGB value is (117,95,128). Sum of RGB (Red+Green+Blue) = 117+95+128=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #755F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F80 is #8AA07F. Grayscale: #696969. Windows color (decimal): -9085056 or 8413045. OLE color: 8413045.

HSL color Cylindrical-coordinate representation of color #755F80: hue angle of 280º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755F80 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11795128-
CMYK0.090.2600.50
HSL280º14.8%43.73%-
HSV(B)280º25.78%50.2%-
XYZ15.3213.5222.22-
YUV105.34140.79136.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=34.41%
G=27.94%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117951280.090.2600.5028014.843.73
Hex755F8091A032118f2c
Octal16513720011320624301754
Binary111010110111111000000010011101001100101000110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F80; }

 p { color: rgb(117,95,128); }

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

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

 a { background-color: rgb(117,95,128); }

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

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

 span { border-color: rgb(117,95,128); }

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