Html Css Color HEX #744362 Cosmic

📋 copy color: '#744362'

red 116 ◦ green 67 ◦ blue 98

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

Shades of Cosmic #744362

Tints of Cosmic #744362

RGB

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

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

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

R = 41.28%
G = 23.84%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#744362 (or 0x744362) is known color: Cosmic. HEX triplet: 74, 43 and 62. RGB value is (116,67,98). Sum of RGB (Red+Green+Blue) = 116+67+98=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #744362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744362 is #8BBC9D. Grayscale: #555555. Windows color (decimal): -9157790 or 6439796. OLE color: 6439796.

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

Color convert

RGB 116 67 98 -
CMYK 0 0.42 0.16 0.55
HSL 322.04º 0.27% 0.36% -
HSV(B) 322.04º 0.42% 0.45% -
XYZ 11.41 8.61 12.62 -
YUV 85.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 116 67 98 0 0.42 0.16 0.55 322.04 0.27 0.36
Hex 74 43 62 0 2A 10 37 142 1B 24
Octal 164 103 142 0 52 20 67 502 33 44
Binary 1110100 1000011 1100010 0 101010 10000 110111 101000010 11011 100100

Color Harmonies of #744362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744362

Black with #744362

Text Example


Text Example

White with #744362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744362; }

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

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

background-color css

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

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

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

border-color css

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

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

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