Html Css Color HEX #744264 Cosmic

📋 copy color: '#744264'

red 116 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #744264

Tints of Cosmic #744264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 41.13%
G = 23.4%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#744264 (or 0x744264) is known color: Cosmic. HEX triplet: 74, 42 and 64. RGB value is (116,66,100). Sum of RGB (Red+Green+Blue) = 116+66+100=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744264 is #8BBD9B. Grayscale: #545454. Windows color (decimal): -9158044 or 6570612. OLE color: 6570612.

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

Color convert

RGB 116 66 100 -
CMYK 0 0.43 0.14 0.55
HSL 319.2º 0.27% 0.36% -
HSV(B) 319.2º 0.43% 0.45% -
XYZ 11.45 8.53 13.1 -
YUV 84.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 116 66 100 0 0.43 0.14 0.55 319.2 0.27 0.36
Hex 74 42 64 0 2B E 37 13F 1B 24
Octal 164 102 144 0 53 16 67 477 33 44
Binary 1110100 1000010 1100100 0 101011 1110 110111 100111111 11011 100100

Color Harmonies of #744264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744264

Black with #744264

Text Example


Text Example

White with #744264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744264; }

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

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

background-color css

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

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

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

border-color css

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

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

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