Html Css Color HEX #744F5A Cosmic

📋 copy color: '#744F5A'

red 116 ◦ green 79 ◦ blue 90

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

Shades of Cosmic #744F5A

Tints of Cosmic #744F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 40.7%
G = 27.72%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#744F5A (or 0x744F5A) is known color: Cosmic. HEX triplet: 74, 4F and 5A. RGB value is (116,79,90). Sum of RGB (Red+Green+Blue) = 116+79+90=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F5A is #8BB0A5. Grayscale: #5B5B5B. Windows color (decimal): -9154726 or 5918580. OLE color: 5918580.

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

Color convert

RGB 116 79 90 -
CMYK 0 0.32 0.22 0.55
HSL 342.16º 0.19% 0.38% -
HSV(B) 342.16º 0.32% 0.45% -
XYZ 11.84 10.04 10.99 -
YUV 91.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 116 79 90 0 0.32 0.22 0.55 342.16 0.19 0.38
Hex 74 4F 5A 0 20 16 37 156 13 26
Octal 164 117 132 0 40 26 67 526 23 46
Binary 1110100 1001111 1011010 0 100000 10110 110111 101010110 10011 100110

Color Harmonies of #744F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F5A

Black with #744F5A

Text Example


Text Example

White with #744F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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