Html Css Color HEX #744966 Cosmic

📋 copy color: '#744966'

red 116 ◦ green 73 ◦ blue 102

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

Shades of Cosmic #744966

Tints of Cosmic #744966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 39.86%
G = 25.09%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#744966 (or 0x744966) is known color: Cosmic. HEX triplet: 74, 49 and 66. RGB value is (116,73,102). Sum of RGB (Red+Green+Blue) = 116+73+102=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #744966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744966 is #8BB699. Grayscale: #595959. Windows color (decimal): -9156250 or 6703476. OLE color: 6703476.

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

Color convert

RGB 116 73 102 -
CMYK 0 0.37 0.12 0.55
HSL 319.53º 0.23% 0.37% -
HSV(B) 319.53º 0.37% 0.45% -
XYZ 11.98 9.44 13.76 -
YUV 89.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 116 73 102 0 0.37 0.12 0.55 319.53 0.23 0.37
Hex 74 49 66 0 25 C 37 140 17 25
Octal 164 111 146 0 45 14 67 500 27 45
Binary 1110100 1001001 1100110 0 100101 1100 110111 101000000 10111 100101

Color Harmonies of #744966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744966

Black with #744966

Text Example


Text Example

White with #744966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744966; }

 p { color: rgb(116,73,102); }

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

background-color css

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

 a { background-color: rgb(116,73,102); }

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

border-color css

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

 span { border-color: rgb(116,73,102); }

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