Html Css Color HEX #744365 Cosmic

📋 copy color: '#744365'

red 116 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #744365

Tints of Cosmic #744365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 40.85%
G = 23.59%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#744365 (or 0x744365) is known color: Cosmic. HEX triplet: 74, 43 and 65. RGB value is (116,67,101). Sum of RGB (Red+Green+Blue) = 116+67+101=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744365 is #8BBC9A. Grayscale: #555555. Windows color (decimal): -9157787 or 6636404. OLE color: 6636404.

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

Color convert

RGB 116 67 101 -
CMYK 0 0.42 0.13 0.55
HSL 318.37º 0.27% 0.36% -
HSV(B) 318.37º 0.42% 0.45% -
XYZ 11.56 8.67 13.38 -
YUV 85.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 116 67 101 0 0.42 0.13 0.55 318.37 0.27 0.36
Hex 74 43 65 0 2A D 37 13E 1B 24
Octal 164 103 145 0 52 15 67 476 33 44
Binary 1110100 1000011 1100101 0 101010 1101 110111 100111110 11011 100100

Color Harmonies of #744365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744365

Black with #744365

Text Example


Text Example

White with #744365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744365; }

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

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

background-color css

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

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

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

border-color css

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

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

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