Html Css Color HEX #744160 Cosmic

📋 copy color: '#744160'

red 116 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #744160

Tints of Cosmic #744160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 41.88%
G = 23.47%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#744160 (or 0x744160) is known color: Cosmic. HEX triplet: 74, 41 and 60. RGB value is (116,65,96). Sum of RGB (Red+Green+Blue) = 116+65+96=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #744160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744160 is #8BBE9F. Grayscale: #535353. Windows color (decimal): -9158304 or 6308212. OLE color: 6308212.

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

Color convert

RGB 116 65 96 -
CMYK 0 0.44 0.17 0.55
HSL 323.53º 0.28% 0.35% -
HSV(B) 323.53º 0.44% 0.45% -
XYZ 11.2 8.34 12.09 -
YUV 83.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 116 65 96 0 0.44 0.17 0.55 323.53 0.28 0.35
Hex 74 41 60 0 2C 11 37 144 1C 23
Octal 164 101 140 0 54 21 67 504 34 43
Binary 1110100 1000001 1100000 0 101100 10001 110111 101000100 11100 100011

Color Harmonies of #744160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744160

Black with #744160

Text Example


Text Example

White with #744160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744160; }

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

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

background-color css

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

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

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

border-color css

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

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

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