Html Css Color HEX #744C63 Cosmic

📋 copy color: '#744C63'

red 116 ◦ green 76 ◦ blue 99

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

Shades of Cosmic #744C63

Tints of Cosmic #744C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.12%

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

R = 39.86%
G = 26.12%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#744C63 (or 0x744C63) is known color: Cosmic. HEX triplet: 74, 4C and 63. RGB value is (116,76,99). Sum of RGB (Red+Green+Blue) = 116+76+99=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #744C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C63 is #8BB39C. Grayscale: #5A5A5A. Windows color (decimal): -9155485 or 6507636. OLE color: 6507636.

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

Color convert

RGB 116 76 99 -
CMYK 0 0.34 0.15 0.55
HSL 325.5º 0.21% 0.38% -
HSV(B) 325.5º 0.34% 0.45% -
XYZ 12.04 9.78 13.06 -
YUV 90.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 116 76 99 0 0.34 0.15 0.55 325.5 0.21 0.38
Hex 74 4C 63 0 22 F 37 146 15 26
Octal 164 114 143 0 42 17 67 506 25 46
Binary 1110100 1001100 1100011 0 100010 1111 110111 101000110 10101 100110

Color Harmonies of #744C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C63

Black with #744C63

Text Example


Text Example

White with #744C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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