Html Css Color HEX #744E5C Cosmic

📋 copy color: '#744E5C'

red 116 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #744E5C

Tints of Cosmic #744E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.27%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 40.56%
G = 27.27%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#744E5C (or 0x744E5C) is known color: Cosmic. HEX triplet: 74, 4E and 5C. RGB value is (116,78,92). Sum of RGB (Red+Green+Blue) = 116+78+92=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E5C is #8BB1A3. Grayscale: #5A5A5A. Windows color (decimal): -9154980 or 6049396. OLE color: 6049396.

HSL color Cylindrical-coordinate representation of color #744E5C: hue angle of 337.89º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E5C is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 92 -
CMYK 0 0.33 0.21 0.55
HSL 337.89º 0.2% 0.38% -
HSV(B) 337.89º 0.33% 0.45% -
XYZ 11.86 9.93 11.42 -
YUV 90.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 116 78 92 0 0.33 0.21 0.55 337.89 0.2 0.38
Hex 74 4E 5C 0 21 15 37 152 14 26
Octal 164 116 134 0 41 25 67 522 24 46
Binary 1110100 1001110 1011100 0 100001 10101 110111 101010010 10100 100110

Color Harmonies of #744E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E5C

Black with #744E5C

Text Example


Text Example

White with #744E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,78,92); }

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

background-color css

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

 a { background-color: rgb(116,78,92); }

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

border-color css

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

 span { border-color: rgb(116,78,92); }

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