Html Css Color HEX #744663 Cosmic

📋 copy color: '#744663'

red 116 ◦ green 70 ◦ blue 99

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

Shades of Cosmic #744663

Tints of Cosmic #744663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

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

R = 40.7%
G = 24.56%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#744663 (or 0x744663) is known color: Cosmic. HEX triplet: 74, 46 and 63. RGB value is (116,70,99). Sum of RGB (Red+Green+Blue) = 116+70+99=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744663 is #8BB99C. Grayscale: #565656. Windows color (decimal): -9157021 or 6506100. OLE color: 6506100.

HSL color Cylindrical-coordinate representation of color #744663: hue angle of 322.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744663 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 99 -
CMYK 0 0.40 0.15 0.55
HSL 322.17º 0.25% 0.36% -
HSV(B) 322.17º 0.4% 0.45% -
XYZ 11.64 8.99 12.93 -
YUV 87.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 116 70 99 0 0.40 0.15 0.55 322.17 0.25 0.36
Hex 74 46 63 0 28 F 37 142 19 24
Octal 164 106 143 0 50 17 67 502 31 44
Binary 1110100 1000110 1100011 0 101000 1111 110111 101000010 11001 100100

Color Harmonies of #744663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744663

Black with #744663

Text Example


Text Example

White with #744663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744663; }

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

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

background-color css

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

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

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

border-color css

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

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

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