Html Css Color HEX #744A64 Cosmic

📋 copy color: '#744A64'

red 116 ◦ green 74 ◦ blue 100

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

Shades of Cosmic #744A64

Tints of Cosmic #744A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 40%
G = 25.52%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#744A64 (or 0x744A64) is known color: Cosmic. HEX triplet: 74, 4A and 64. RGB value is (116,74,100). Sum of RGB (Red+Green+Blue) = 116+74+100=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #744A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A64 is #8BB59B. Grayscale: #595959. Windows color (decimal): -9155996 or 6572660. OLE color: 6572660.

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

Color convert

RGB 116 74 100 -
CMYK 0 0.36 0.14 0.55
HSL 322.86º 0.22% 0.37% -
HSV(B) 322.86º 0.36% 0.45% -
XYZ 11.95 9.53 13.27 -
YUV 89.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 116 74 100 0 0.36 0.14 0.55 322.86 0.22 0.37
Hex 74 4A 64 0 24 E 37 143 16 25
Octal 164 112 144 0 44 16 67 503 26 45
Binary 1110100 1001010 1100100 0 100100 1110 110111 101000011 10110 100101

Color Harmonies of #744A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A64

Black with #744A64

Text Example


Text Example

White with #744A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,100); }

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

background-color css

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

 a { background-color: rgb(116,74,100); }

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

border-color css

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

 span { border-color: rgb(116,74,100); }

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