Html Css Color HEX #744660 Cosmic

📋 copy color: '#744660'

red 116 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #744660

Tints of Cosmic #744660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

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

R = 41.13%
G = 24.82%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#744660 (or 0x744660) is known color: Cosmic. HEX triplet: 74, 46 and 60. RGB value is (116,70,96). Sum of RGB (Red+Green+Blue) = 116+70+96=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744660 is #8BB99F. Grayscale: #565656. Windows color (decimal): -9157024 or 6309492. OLE color: 6309492.

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

Color convert

RGB 116 70 96 -
CMYK 0 0.40 0.17 0.55
HSL 326.09º 0.25% 0.36% -
HSV(B) 326.09º 0.4% 0.45% -
XYZ 11.5 8.94 12.19 -
YUV 86.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 116 70 96 0 0.40 0.17 0.55 326.09 0.25 0.36
Hex 74 46 60 0 28 11 37 146 19 24
Octal 164 106 140 0 50 21 67 506 31 44
Binary 1110100 1000110 1100000 0 101000 10001 110111 101000110 11001 100100

Color Harmonies of #744660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744660

Black with #744660

Text Example


Text Example

White with #744660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744660; }

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

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

background-color css

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

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

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

border-color css

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

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

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