Html Css Color HEX #744B63 Cosmic

📋 copy color: '#744B63'

red 116 ◦ green 75 ◦ blue 99

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

Shades of Cosmic #744B63

Tints of Cosmic #744B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.86%

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 40%
G = 25.86%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#744B63 (or 0x744B63) is known color: Cosmic. HEX triplet: 74, 4B and 63. RGB value is (116,75,99). Sum of RGB (Red+Green+Blue) = 116+75+99=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #744B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B63 is #8BB49C. Grayscale: #595959. Windows color (decimal): -9155741 or 6507380. OLE color: 6507380.

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

Color convert

RGB 116 75 99 -
CMYK 0 0.35 0.15 0.55
HSL 324.88º 0.21% 0.37% -
HSV(B) 324.88º 0.35% 0.45% -
XYZ 11.97 9.65 13.04 -
YUV 90 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 116 75 99 0 0.35 0.15 0.55 324.88 0.21 0.37
Hex 74 4B 63 0 23 F 37 145 15 25
Octal 164 113 143 0 43 17 67 505 25 45
Binary 1110100 1001011 1100011 0 100011 1111 110111 101000101 10101 100101

Color Harmonies of #744B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B63

Black with #744B63

Text Example


Text Example

White with #744B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,75,99); }

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

background-color css

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

 a { background-color: rgb(116,75,99); }

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

border-color css

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

 span { border-color: rgb(116,75,99); }

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