Html Css Color HEX #744662 Cosmic

📋 copy color: '#744662'

red 116 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #744662

Tints of Cosmic #744662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 40.85%
G = 24.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#744662 (or 0x744662) is known color: Cosmic. HEX triplet: 74, 46 and 62. RGB value is (116,70,98). Sum of RGB (Red+Green+Blue) = 116+70+98=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744662 is #8BB99D. Grayscale: #565656. Windows color (decimal): -9157022 or 6440564. OLE color: 6440564.

HSL color Cylindrical-coordinate representation of color #744662: hue angle of 323.48º 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 #744662 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 98 -
CMYK 0 0.40 0.16 0.55
HSL 323.48º 0.25% 0.36% -
HSV(B) 323.48º 0.4% 0.45% -
XYZ 11.6 8.98 12.68 -
YUV 86.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 116 70 98 0 0.40 0.16 0.55 323.48 0.25 0.36
Hex 74 46 62 0 28 10 37 143 19 24
Octal 164 106 142 0 50 20 67 503 31 44
Binary 1110100 1000110 1100010 0 101000 10000 110111 101000011 11001 100100

Color Harmonies of #744662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744662

Black with #744662

Text Example


Text Example

White with #744662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744662; }

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

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

background-color css

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

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

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

border-color css

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

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

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