Html Css Color HEX #753F5E Cosmic

📋 copy color: '#753F5E'

red 117 ◦ green 63 ◦ blue 94

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

Shades of Cosmic #753F5E

Tints of Cosmic #753F5E

RGB

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

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

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

R = 42.7%
G = 22.99%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#753F5E (or 0x753F5E) is known color: Cosmic. HEX triplet: 75, 3F and 5E. RGB value is (117,63,94). Sum of RGB (Red+Green+Blue) = 117+63+94=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F5E is #8AC0A1. Grayscale: #525252. Windows color (decimal): -9093282 or 6176629. OLE color: 6176629.

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

Color convert

RGB 117 63 94 -
CMYK 0 0.46 0.20 0.54
HSL 325.56º 0.3% 0.35% -
HSV(B) 325.56º 0.46% 0.46% -
XYZ 11.13 8.15 11.58 -
YUV 82.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 117 63 94 0 0.46 0.20 0.54 325.56 0.3 0.35
Hex 75 3F 5E 0 2E 14 36 146 1E 23
Octal 165 77 136 0 56 24 66 506 36 43
Binary 1110101 111111 1011110 0 101110 10100 110110 101000110 11110 100011

Color Harmonies of #753F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F5E

Black with #753F5E

Text Example


Text Example

White with #753F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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