Html Css Color HEX #744568 Cosmic

📋 copy color: '#744568'

red 116 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #744568

Tints of Cosmic #744568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 40.14%
G = 23.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#744568 (or 0x744568) is known color: Cosmic. HEX triplet: 74, 45 and 68. RGB value is (116,69,104). Sum of RGB (Red+Green+Blue) = 116+69+104=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #744568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744568 is #8BBA97. Grayscale: #565656. Windows color (decimal): -9157272 or 6833524. OLE color: 6833524.

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

Color convert

RGB 116 69 104 -
CMYK 0 0.41 0.10 0.55
HSL 315.32º 0.25% 0.36% -
HSV(B) 315.32º 0.41% 0.45% -
XYZ 11.83 8.97 14.2 -
YUV 87.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 116 69 104 0 0.41 0.10 0.55 315.32 0.25 0.36
Hex 74 45 68 0 29 A 37 13B 19 24
Octal 164 105 150 0 51 12 67 473 31 44
Binary 1110100 1000101 1101000 0 101001 1010 110111 100111011 11001 100100

Color Harmonies of #744568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744568

Black with #744568

Text Example


Text Example

White with #744568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744568; }

 p { color: rgb(116,69,104); }

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

background-color css

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

 a { background-color: rgb(116,69,104); }

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

border-color css

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

 span { border-color: rgb(116,69,104); }

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