Html Css Color HEX #744E69 Cosmic

📋 copy color: '#744E69'

red 116 ◦ green 78 ◦ blue 105

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

Shades of Cosmic #744E69

Tints of Cosmic #744E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 38.8%
G = 26.09%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#744E69 (or 0x744E69) is known color: Cosmic. HEX triplet: 74, 4E and 69. RGB value is (116,78,105). Sum of RGB (Red+Green+Blue) = 116+78+105=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E69 is #8BB196. Grayscale: #5C5C5C. Windows color (decimal): -9154967 or 6901364. OLE color: 6901364.

HSL color Cylindrical-coordinate representation of color #744E69: hue angle of 317.37º 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 #744E69 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 105 -
CMYK 0 0.33 0.09 0.55
HSL 317.37º 0.2% 0.38% -
HSV(B) 317.37º 0.33% 0.45% -
XYZ 12.48 10.18 14.67 -
YUV 92.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 116 78 105 0 0.33 0.09 0.55 317.37 0.2 0.38
Hex 74 4E 69 0 21 9 37 13D 14 26
Octal 164 116 151 0 41 11 67 475 24 46
Binary 1110100 1001110 1101001 0 100001 1001 110111 100111101 10100 100110

Color Harmonies of #744E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E69

Black with #744E69

Text Example


Text Example

White with #744E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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