#753C5E

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

Shades of Cosmic #753C5E

Tints of Cosmic #753C5E

Color information

#753C5E (or 0x753C5E) is unknown color: approx Cosmic. HEX triplet: 75, 3C and 5E. RGB value is (117,60,94). Sum of RGB (Red+Green+Blue) = 117+60+94=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C5E is #8AC3A1. Grayscale: #505050. Windows color (decimal): -9094050 or 6175861. OLE color: 6175861.

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

Color convert

RGB1176094-
CMYK00.490.200.54
HSL324.21º32.2%34.71%-
HSV(B)324.21º48.72%45.88%-
XYZ10.977.8211.52-
YUV80.92135.38153.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=43.17%
G=22.14%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117609400.490.200.54324.2132.234.71
Hex753C5E03114361442023
Octal1657413606124665044043
Binary11101011111001011110011000110100110110101000100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,94); }

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

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

 a { background-color: rgb(117,60,94); }

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

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

 span { border-color: rgb(117,60,94); }

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