Html Css Color HEX #744366 Cosmic

📋 copy color: '#744366'

red 116 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #744366

Tints of Cosmic #744366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 40.7%
G = 23.51%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#744366 (or 0x744366) is known color: Cosmic. HEX triplet: 74, 43 and 66. RGB value is (116,67,102). Sum of RGB (Red+Green+Blue) = 116+67+102=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744366 is #8BBC99. Grayscale: #555555. Windows color (decimal): -9157786 or 6701940. OLE color: 6701940.

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

Color convert

RGB 116 67 102 -
CMYK 0 0.42 0.12 0.55
HSL 317.14º 0.27% 0.36% -
HSV(B) 317.14º 0.42% 0.45% -
XYZ 11.61 8.69 13.64 -
YUV 85.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 116 67 102 0 0.42 0.12 0.55 317.14 0.27 0.36
Hex 74 43 66 0 2A C 37 13D 1B 24
Octal 164 103 146 0 52 14 67 475 33 44
Binary 1110100 1000011 1100110 0 101010 1100 110111 100111101 11011 100100

Color Harmonies of #744366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744366

Black with #744366

Text Example


Text Example

White with #744366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744366; }

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

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

background-color css

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

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

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

border-color css

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

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

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