Html Css Color HEX #744860 Cosmic

📋 copy color: '#744860'

red 116 ◦ green 72 ◦ blue 96

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

Shades of Cosmic #744860

Tints of Cosmic #744860

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 40.85%
G = 25.35%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#744860 (or 0x744860) is known color: Cosmic. HEX triplet: 74, 48 and 60. RGB value is (116,72,96). Sum of RGB (Red+Green+Blue) = 116+72+96=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744860 is #8BB79F. Grayscale: #575757. Windows color (decimal): -9156512 or 6310004. OLE color: 6310004.

HSL color Cylindrical-coordinate representation of color #744860: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744860 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 96 -
CMYK 0 0.38 0.17 0.55
HSL 327.27º 0.23% 0.37% -
HSV(B) 327.27º 0.38% 0.45% -
XYZ 11.63 9.19 12.23 -
YUV 87.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 116 72 96 0 0.38 0.17 0.55 327.27 0.23 0.37
Hex 74 48 60 0 26 11 37 147 17 25
Octal 164 110 140 0 46 21 67 507 27 45
Binary 1110100 1001000 1100000 0 100110 10001 110111 101000111 10111 100101

Color Harmonies of #744860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744860

Black with #744860

Text Example


Text Example

White with #744860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744860; }

 p { color: rgb(116,72,96); }

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

background-color css

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

 a { background-color: rgb(116,72,96); }

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

border-color css

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

 span { border-color: rgb(116,72,96); }

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