#755C7C

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

Shades of Rum #755C7C

Tints of Rum #755C7C

Color information

#755C7C (or 0x755C7C) is unknown color: approx Rum. HEX triplet: 75, 5C and 7C. RGB value is (117,92,124). Sum of RGB (Red+Green+Blue) = 117+92+124=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #755C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C7C is #8AA383. Grayscale: #676767. Windows color (decimal): -9085828 or 8150133. OLE color: 8150133.

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

Color convert

RGB11792124-
CMYK0.060.2600.51
HSL286.88º14.81%42.35%-
HSV(B)286.88º25.81%48.63%-
XYZ14.812.8920.78-
YUV103.12139.78137.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=35.14%
G=27.63%
B=37.24%

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
Decimal117921240.060.2600.51286.8814.8142.35
Hex755C7C61A03311ff2a
Octal1651341746320634371752
Binary1110101101110011111001101101001100111000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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