#753B5F

Color #753B5F Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #753B5F

Tints of Cosmic #753B5F

Color information

#753B5F (or 0x753B5F) is unknown color: approx Cosmic. HEX triplet: 75, 3B and 5F. RGB value is (117,59,95). Sum of RGB (Red+Green+Blue) = 117+59+95=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5F is #8AC4A0. Grayscale: #505050. Windows color (decimal): -9094305 or 6241141. OLE color: 6241141.

HSL color Cylindrical-coordinate representation of color #753B5F: hue angle of 322.76º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B5F is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1175995-
CMYK00.500.190.54
HSL322.76º32.95%34.51%-
HSV(B)322.76º49.57%45.88%-
XYZ10.977.7411.74-
YUV80.45136.22154.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=43.17%
G=21.77%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117599500.500.190.54322.7632.9534.51
Hex753B5F03213361432123
Octal1657313706223665034143
Binary11101011110111011111011001010011110110101000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B5F; }

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

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

<style>
 a { background-color: #753B5F; }

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

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

<style>
 span { border-color: #753B5F; }

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

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