#753F5B

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

Shades of Cosmic #753F5B

Tints of Cosmic #753F5B

Color information

#753F5B (or 0x753F5B) is unknown color: approx Cosmic. HEX triplet: 75, 3F and 5B. RGB value is (117,63,91). Sum of RGB (Red+Green+Blue) = 117+63+91=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F5B is #8AC0A4. Grayscale: #525252. Windows color (decimal): -9093285 or 5980021. OLE color: 5980021.

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

Color convert

RGB1176391-
CMYK00.460.220.54
HSL328.89º30%35.29%-
HSV(B)328.89º46.15%45.88%-
XYZ118.0910.88-
YUV82.34132.89152.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=43.17%
G=23.25%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117639100.460.220.54328.893035.29
Hex753F5B02E16361491e23
Octal1657713305626665113643
Binary1110101111111101101101011101011011011010100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,91); }

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

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

 a { background-color: rgb(117,63,91); }

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

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

 span { border-color: rgb(117,63,91); }

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