#755F7E

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

Shades of Rum #755F7E

Tints of Rum #755F7E

Color information

#755F7E (or 0x755F7E) is unknown color: approx Rum. HEX triplet: 75, 5F and 7E. RGB value is (117,95,126). Sum of RGB (Red+Green+Blue) = 117+95+126=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #755F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F7E is #8AA081. Grayscale: #696969. Windows color (decimal): -9085058 or 8281973. OLE color: 8281973.

HSL color Cylindrical-coordinate representation of color #755F7E: hue angle of 282.58º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755F7E is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11795126-
CMYK0.070.2500.51
HSL282.58º14.03%43.33%-
HSV(B)282.58º24.6%49.41%-
XYZ15.1913.4721.54-
YUV105.11139.79136.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=34.62%
G=28.11%
B=37.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117951260.070.2500.51282.5814.0343.33
Hex755F7E71903311be2b
Octal1651371767310634331653
Binary1110101101111111111101111100101100111000110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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