Html Css Color HEX #744859 Cosmic

📋 copy color: '#744859'

red 116 ◦ green 72 ◦ blue 89

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

Shades of Cosmic #744859

Tints of Cosmic #744859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 41.88%
G = 25.99%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#744859 (or 0x744859) is known color: Cosmic. HEX triplet: 74, 48 and 59. RGB value is (116,72,89). Sum of RGB (Red+Green+Blue) = 116+72+89=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #744859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744859 is #8BB7A6. Grayscale: #575757. Windows color (decimal): -9156519 or 5851252. OLE color: 5851252.

HSL color Cylindrical-coordinate representation of color #744859: hue angle of 336.82º 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 #744859 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 89 -
CMYK 0 0.38 0.23 0.55
HSL 336.82º 0.23% 0.37% -
HSV(B) 336.82º 0.38% 0.45% -
XYZ 11.32 9.07 10.6 -
YUV 87.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 116 72 89 0 0.38 0.23 0.55 336.82 0.23 0.37
Hex 74 48 59 0 26 17 37 151 17 25
Octal 164 110 131 0 46 27 67 521 27 45
Binary 1110100 1001000 1011001 0 100110 10111 110111 101010001 10111 100101

Color Harmonies of #744859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744859

Black with #744859

Text Example


Text Example

White with #744859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744859; }

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

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

background-color css

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

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

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

border-color css

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

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

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