Html Css Color HEX #753A5E Cosmic

📋 copy color: '#753A5E'

red 117 ◦ green 58 ◦ blue 94

#753A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #753A5E

Tints of Cosmic #753A5E

RGB

 RED value IS 117 (46.09% from 255) = 43.49%

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 43.49%
G = 21.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#753A5E (or 0x753A5E) is known color: Cosmic. HEX triplet: 75, 3A and 5E. RGB value is (117,58,94). Sum of RGB (Red+Green+Blue) = 117+58+94=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A5E is #8AC5A1. Grayscale: #4F4F4F. Windows color (decimal): -9094562 or 6175349. OLE color: 6175349.

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

Color convert

RGB 117 58 94 -
CMYK 0 0.50 0.20 0.54
HSL 323.39º 0.34% 0.34% -
HSV(B) 323.39º 0.5% 0.46% -
XYZ 10.87 7.62 11.49 -
YUV 79.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 117 58 94 0 0.50 0.20 0.54 323.39 0.34 0.34
Hex 75 3A 5E 0 32 14 36 143 22 22
Octal 165 72 136 0 62 24 66 503 42 42
Binary 1110101 111010 1011110 0 110010 10100 110110 101000011 100010 100010

Color Harmonies of #753A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A5E

Black with #753A5E

Text Example


Text Example

White with #753A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #753A5E;
 }
 .AnyTagClassName
 {
   color: #753A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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