Html Css Color HEX #744E5E Cosmic

📋 copy color: '#744E5E'

red 116 ◦ green 78 ◦ blue 94

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

Shades of Cosmic #744E5E

Tints of Cosmic #744E5E

RGB

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

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

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

R = 40.28%
G = 27.08%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#744E5E (or 0x744E5E) is known color: Cosmic. HEX triplet: 74, 4E and 5E. RGB value is (116,78,94). Sum of RGB (Red+Green+Blue) = 116+78+94=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #744E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E5E is #8BB1A1. Grayscale: #5B5B5B. Windows color (decimal): -9154978 or 6180468. OLE color: 6180468.

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

Color convert

RGB 116 78 94 -
CMYK 0 0.33 0.19 0.55
HSL 334.74º 0.2% 0.38% -
HSV(B) 334.74º 0.33% 0.45% -
XYZ 11.95 9.97 11.88 -
YUV 91.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 116 78 94 0 0.33 0.19 0.55 334.74 0.2 0.38
Hex 74 4E 5E 0 21 13 37 14F 14 26
Octal 164 116 136 0 41 23 67 517 24 46
Binary 1110100 1001110 1011110 0 100001 10011 110111 101001111 10100 100110

Color Harmonies of #744E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E5E

Black with #744E5E

Text Example


Text Example

White with #744E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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