#755C7D

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

Shades of Rum #755C7D

Tints of Rum #755C7D

Color information

#755C7D (or 0x755C7D) is unknown color: approx Rum. HEX triplet: 75, 5C and 7D. RGB value is (117,92,125). Sum of RGB (Red+Green+Blue) = 117+92+125=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #755C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C7D is #8AA382. Grayscale: #676767. Windows color (decimal): -9085827 or 8215669. OLE color: 8215669.

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

Color convert

RGB11792125-
CMYK0.060.2600.51
HSL285.45º15.21%42.55%-
HSV(B)285.45º26.4%49.02%-
XYZ14.8612.9221.11-
YUV103.24140.28137.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=35.03%
G=27.54%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117921250.060.2600.51285.4515.2142.55
Hex755C7D61A03311df2b
Octal1651341756320634351753
Binary1110101101110011111011101101001100111000111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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