Html Css Color HEX #744A68 Cosmic

📋 copy color: '#744A68'

red 116 ◦ green 74 ◦ blue 104

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

Shades of Cosmic #744A68

Tints of Cosmic #744A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

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

R = 39.46%
G = 25.17%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#744A68 (or 0x744A68) is known color: Cosmic. HEX triplet: 74, 4A and 68. RGB value is (116,74,104). Sum of RGB (Red+Green+Blue) = 116+74+104=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #744A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A68 is #8BB597. Grayscale: #595959. Windows color (decimal): -9155992 or 6834804. OLE color: 6834804.

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

Color convert

RGB 116 74 104 -
CMYK 0 0.36 0.10 0.55
HSL 317.14º 0.22% 0.37% -
HSV(B) 317.14º 0.36% 0.45% -
XYZ 12.15 9.61 14.31 -
YUV 89.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 116 74 104 0 0.36 0.10 0.55 317.14 0.22 0.37
Hex 74 4A 68 0 24 A 37 13D 16 25
Octal 164 112 150 0 44 12 67 475 26 45
Binary 1110100 1001010 1101000 0 100100 1010 110111 100111101 10110 100101

Color Harmonies of #744A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A68

Black with #744A68

Text Example


Text Example

White with #744A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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