Html Css Color HEX #744064 Cosmic

📋 copy color: '#744064'

red 116 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #744064

Tints of Cosmic #744064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 41.43%
G = 22.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#744064 (or 0x744064) is known color: Cosmic. HEX triplet: 74, 40 and 64. RGB value is (116,64,100). Sum of RGB (Red+Green+Blue) = 116+64+100=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #744064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744064 is #8BBF9B. Grayscale: #535353. Windows color (decimal): -9158556 or 6570100. OLE color: 6570100.

HSL color Cylindrical-coordinate representation of color #744064: hue angle of 318.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744064 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 100 -
CMYK 0 0.45 0.14 0.55
HSL 318.46º 0.29% 0.35% -
HSV(B) 318.46º 0.45% 0.45% -
XYZ 11.34 8.3 13.06 -
YUV 83.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 116 64 100 0 0.45 0.14 0.55 318.46 0.29 0.35
Hex 74 40 64 0 2D E 37 13E 1D 23
Octal 164 100 144 0 55 16 67 476 35 43
Binary 1110100 1000000 1100100 0 101101 1110 110111 100111110 11101 100011

Color Harmonies of #744064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744064

Black with #744064

Text Example


Text Example

White with #744064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744064; }

 p { color: rgb(116,64,100); }

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

background-color css

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

 a { background-color: rgb(116,64,100); }

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

border-color css

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

 span { border-color: rgb(116,64,100); }

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