#753E63

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

Shades of Cosmic #753E63

Tints of Cosmic #753E63

Color information

#753E63 (or 0x753E63) is unknown color: approx Cosmic. HEX triplet: 75, 3E and 63. RGB value is (117,62,99). Sum of RGB (Red+Green+Blue) = 117+62+99=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #753E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E63 is #8AC19C. Grayscale: #525252. Windows color (decimal): -9093533 or 6504053. OLE color: 6504053.

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

Color convert

RGB1176299-
CMYK00.470.150.54
HSL319.64º30.73%35.1%-
HSV(B)319.64º47.01%45.88%-
XYZ11.318.1312.78-
YUV82.66137.22152.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=42.09%
G=22.30%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117629900.470.150.54319.6430.7335.1
Hex753E6302FF361401f23
Octal1657614305717665003743
Binary111010111111011000110101111111111011010100000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,99); }

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

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

 a { background-color: rgb(117,62,99); }

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

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

 span { border-color: rgb(117,62,99); }

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