Html Css Color HEX #744E5D Cosmic

📋 copy color: '#744E5D'

red 116 ◦ green 78 ◦ blue 93

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

Shades of Cosmic #744E5D

Tints of Cosmic #744E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 40.42%
G = 27.18%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#744E5D (or 0x744E5D) is known color: Cosmic. HEX triplet: 74, 4E and 5D. RGB value is (116,78,93). Sum of RGB (Red+Green+Blue) = 116+78+93=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #744E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E5D is #8BB1A2. Grayscale: #5B5B5B. Windows color (decimal): -9154979 or 6114932. OLE color: 6114932.

HSL color Cylindrical-coordinate representation of color #744E5D: hue angle of 336.32º 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 #744E5D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 93 -
CMYK 0 0.33 0.20 0.55
HSL 336.32º 0.2% 0.38% -
HSV(B) 336.32º 0.33% 0.45% -
XYZ 11.9 9.95 11.65 -
YUV 91.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 116 78 93 0 0.33 0.20 0.55 336.32 0.2 0.38
Hex 74 4E 5D 0 21 14 37 150 14 26
Octal 164 116 135 0 41 24 67 520 24 46
Binary 1110100 1001110 1011101 0 100001 10100 110111 101010000 10100 100110

Color Harmonies of #744E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E5D

Black with #744E5D

Text Example


Text Example

White with #744E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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