Html Css Color HEX #744A5E Cosmic

📋 copy color: '#744A5E'

red 116 ◦ green 74 ◦ blue 94

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

Shades of Cosmic #744A5E

Tints of Cosmic #744A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 40.85%
G = 26.06%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#744A5E (or 0x744A5E) is known color: Cosmic. HEX triplet: 74, 4A and 5E. RGB value is (116,74,94). Sum of RGB (Red+Green+Blue) = 116+74+94=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A5E is #8BB5A1. Grayscale: #585858. Windows color (decimal): -9156002 or 6179444. OLE color: 6179444.

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

Color convert

RGB 116 74 94 -
CMYK 0 0.36 0.19 0.55
HSL 331.43º 0.22% 0.37% -
HSV(B) 331.43º 0.36% 0.45% -
XYZ 11.67 9.42 11.79 -
YUV 88.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 116 74 94 0 0.36 0.19 0.55 331.43 0.22 0.37
Hex 74 4A 5E 0 24 13 37 14B 16 25
Octal 164 112 136 0 44 23 67 513 26 45
Binary 1110100 1001010 1011110 0 100100 10011 110111 101001011 10110 100101

Color Harmonies of #744A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A5E

Black with #744A5E

Text Example


Text Example

White with #744A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744A5E; }

 p { color: rgb(116,74,94); }

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

background-color css

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

 a { background-color: rgb(116,74,94); }

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

border-color css

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

 span { border-color: rgb(116,74,94); }

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