Html Css Color HEX #753B5E Cosmic

📋 copy color: '#753B5E'

red 117 ◦ green 59 ◦ blue 94

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

Shades of Cosmic #753B5E

Tints of Cosmic #753B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

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

R = 43.33%
G = 21.85%
B = 34.81%

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

#753B5E (or 0x753B5E) is known color: Cosmic. HEX triplet: 75, 3B and 5E. RGB value is (117,59,94). Sum of RGB (Red+Green+Blue) = 117+59+94=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5E is #8AC4A1. Grayscale: #505050. Windows color (decimal): -9094306 or 6175605. OLE color: 6175605.

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

Color convert

RGB 117 59 94 -
CMYK 0 0.50 0.20 0.54
HSL 323.79º 0.33% 0.35% -
HSV(B) 323.79º 0.5% 0.46% -
XYZ 10.92 7.72 11.5 -
YUV 80.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 117 59 94 0 0.50 0.20 0.54 323.79 0.33 0.35
Hex 75 3B 5E 0 32 14 36 144 21 23
Octal 165 73 136 0 62 24 66 504 41 43
Binary 1110101 111011 1011110 0 110010 10100 110110 101000100 100001 100011

Color Harmonies of #753B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B5E

Black with #753B5E

Text Example


Text Example

White with #753B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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