#755F7D

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

Shades of Rum #755F7D

Tints of Rum #755F7D

Color information

#755F7D (or 0x755F7D) is unknown color: approx Rum. HEX triplet: 75, 5F and 7D. RGB value is (117,95,125). Sum of RGB (Red+Green+Blue) = 117+95+125=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #755F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F7D is #8AA082. Grayscale: #686868. Windows color (decimal): -9085059 or 8216437. OLE color: 8216437.

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

Color convert

RGB11795125-
CMYK0.060.2400.51
HSL284º13.64%43.14%-
HSV(B)284º24%49.02%-
XYZ15.1313.4521.2-
YUV105139.29136.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=34.72%
G=28.19%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117951250.060.2400.5128413.6443.14
Hex755F7D61803311ce2b
Octal1651371756300634341653
Binary1110101101111111111011101100001100111000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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