Html Css Color HEX #744F59 Cosmic

📋 copy color: '#744F59'

red 116 ◦ green 79 ◦ blue 89

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

Shades of Cosmic #744F59

Tints of Cosmic #744F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 40.85%
G = 27.82%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#744F59 (or 0x744F59) is known color: Cosmic. HEX triplet: 74, 4F and 59. RGB value is (116,79,89). Sum of RGB (Red+Green+Blue) = 116+79+89=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F59 is #8BB0A6. Grayscale: #5B5B5B. Windows color (decimal): -9154727 or 5853044. OLE color: 5853044.

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

Color convert

RGB 116 79 89 -
CMYK 0 0.32 0.23 0.55
HSL 343.78º 0.19% 0.38% -
HSV(B) 343.78º 0.32% 0.45% -
XYZ 11.8 10.03 10.76 -
YUV 91.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 116 79 89 0 0.32 0.23 0.55 343.78 0.19 0.38
Hex 74 4F 59 0 20 17 37 158 13 26
Octal 164 117 131 0 40 27 67 530 23 46
Binary 1110100 1001111 1011001 0 100000 10111 110111 101011000 10011 100110

Color Harmonies of #744F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F59

Black with #744F59

Text Example


Text Example

White with #744F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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