#753F60

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

Shades of Cosmic #753F60

Tints of Cosmic #753F60

Color information

#753F60 (or 0x753F60) is unknown color: approx Cosmic. HEX triplet: 75, 3F and 60. RGB value is (117,63,96). Sum of RGB (Red+Green+Blue) = 117+63+96=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F60 is #8AC09F. Grayscale: #525252. Windows color (decimal): -9093280 or 6307701. OLE color: 6307701.

HSL color Cylindrical-coordinate representation of color #753F60: hue angle of 323.33º 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 #753F60 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1176396-
CMYK00.460.180.54
HSL323.33º30%35.29%-
HSV(B)323.33º46.15%45.88%-
XYZ11.228.1812.05-
YUV82.91135.39152.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=42.39%
G=22.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117639600.460.180.54323.333035.29
Hex753F6002E12361431e23
Octal1657714005622665033643
Binary1110101111111110000001011101001011011010100001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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