Html Css Color HEX #753A61 Cosmic

📋 copy color: '#753A61'

red 117 ◦ green 58 ◦ blue 97

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

Shades of Cosmic #753A61

Tints of Cosmic #753A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 43.01%
G = 21.32%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#753A61 (or 0x753A61) is known color: Cosmic. HEX triplet: 75, 3A and 61. RGB value is (117,58,97). Sum of RGB (Red+Green+Blue) = 117+58+97=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A61 is #8AC59E. Grayscale: #4F4F4F. Windows color (decimal): -9094559 or 6371957. OLE color: 6371957.

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

Color convert

RGB 117 58 97 -
CMYK 0 0.50 0.17 0.54
HSL 320.34º 0.34% 0.34% -
HSV(B) 320.34º 0.5% 0.46% -
XYZ 11.01 7.67 12.21 -
YUV 80.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 117 58 97 0 0.50 0.17 0.54 320.34 0.34 0.34
Hex 75 3A 61 0 32 11 36 140 22 22
Octal 165 72 141 0 62 21 66 500 42 42
Binary 1110101 111010 1100001 0 110010 10001 110110 101000000 100010 100010

Color Harmonies of #753A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A61

Black with #753A61

Text Example


Text Example

White with #753A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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