Html Css Color HEX #744960 Cosmic

📋 copy color: '#744960'

red 116 ◦ green 73 ◦ blue 96

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

Shades of Cosmic #744960

Tints of Cosmic #744960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 40.7%
G = 25.61%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#744960 (or 0x744960) is known color: Cosmic. HEX triplet: 74, 49 and 60. RGB value is (116,73,96). Sum of RGB (Red+Green+Blue) = 116+73+96=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744960 is #8BB69F. Grayscale: #585858. Windows color (decimal): -9156256 or 6310260. OLE color: 6310260.

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

Color convert

RGB 116 73 96 -
CMYK 0 0.37 0.17 0.55
HSL 327.91º 0.23% 0.37% -
HSV(B) 327.91º 0.37% 0.45% -
XYZ 11.7 9.32 12.25 -
YUV 88.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 116 73 96 0 0.37 0.17 0.55 327.91 0.23 0.37
Hex 74 49 60 0 25 11 37 148 17 25
Octal 164 111 140 0 45 21 67 510 27 45
Binary 1110100 1001001 1100000 0 100101 10001 110111 101001000 10111 100101

Color Harmonies of #744960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744960

Black with #744960

Text Example


Text Example

White with #744960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744960; }

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

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

background-color css

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

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

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

border-color css

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

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

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