Html Css Color HEX #744E68 Cosmic

📋 copy color: '#744E68'

red 116 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #744E68

Tints of Cosmic #744E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

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

R = 38.93%
G = 26.17%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#744E68 (or 0x744E68) is known color: Cosmic. HEX triplet: 74, 4E and 68. RGB value is (116,78,104). Sum of RGB (Red+Green+Blue) = 116+78+104=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #744E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E68 is #8BB197. Grayscale: #5C5C5C. Windows color (decimal): -9154968 or 6835828. OLE color: 6835828.

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

Color convert

RGB 116 78 104 -
CMYK 0 0.33 0.10 0.55
HSL 318.95º 0.2% 0.38% -
HSV(B) 318.95º 0.33% 0.45% -
XYZ 12.43 10.16 14.4 -
YUV 92.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 116 78 104 0 0.33 0.10 0.55 318.95 0.2 0.38
Hex 74 4E 68 0 21 A 37 13F 14 26
Octal 164 116 150 0 41 12 67 477 24 46
Binary 1110100 1001110 1101000 0 100001 1010 110111 100111111 10100 100110

Color Harmonies of #744E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E68

Black with #744E68

Text Example


Text Example

White with #744E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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