#753E61

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

Shades of Cosmic #753E61

Tints of Cosmic #753E61

Color information

#753E61 (or 0x753E61) is unknown color: approx Cosmic. HEX triplet: 75, 3E and 61. RGB value is (117,62,97). Sum of RGB (Red+Green+Blue) = 117+62+97=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E61 is #8AC19E. Grayscale: #525252. Windows color (decimal): -9093535 or 6372981. OLE color: 6372981.

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

Color convert

RGB1176297-
CMYK00.470.170.54
HSL321.82º30.73%35.1%-
HSV(B)321.82º47.01%45.88%-
XYZ11.228.0912.28-
YUV82.44136.22152.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=42.39%
G=22.46%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117629700.470.170.54321.8230.7335.1
Hex753E6102F11361421f23
Octal1657614105721665023743
Binary1110101111110110000101011111000111011010100001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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