Html Css Color HEX #753F5B Cosmic

📋 copy color: '#753F5B'

red 117 ◦ green 63 ◦ blue 91

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

Shades of Cosmic #753F5B

Tints of Cosmic #753F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 43.17%
G = 23.25%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#753F5B (or 0x753F5B) is known color: Cosmic. HEX triplet: 75, 3F and 5B. RGB value is (117,63,91). Sum of RGB (Red+Green+Blue) = 117+63+91=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F5B is #8AC0A4. Grayscale: #525252. Windows color (decimal): -9093285 or 5980021. OLE color: 5980021.

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

Color convert

RGB 117 63 91 -
CMYK 0 0.46 0.22 0.54
HSL 328.89º 0.3% 0.35% -
HSV(B) 328.89º 0.46% 0.46% -
XYZ 11 8.09 10.88 -
YUV 82.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 117 63 91 0 0.46 0.22 0.54 328.89 0.3 0.35
Hex 75 3F 5B 0 2E 16 36 149 1E 23
Octal 165 77 133 0 56 26 66 511 36 43
Binary 1110101 111111 1011011 0 101110 10110 110110 101001001 11110 100011

Color Harmonies of #753F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F5B

Black with #753F5B

Text Example


Text Example

White with #753F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,91); }

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

background-color css

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

 a { background-color: rgb(117,63,91); }

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

border-color css

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

 span { border-color: rgb(117,63,91); }

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