Html Css Color HEX #744E65 Cosmic

📋 copy color: '#744E65'

red 116 ◦ green 78 ◦ blue 101

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

Shades of Cosmic #744E65

Tints of Cosmic #744E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 39.32%
G = 26.44%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#744E65 (or 0x744E65) is known color: Cosmic. HEX triplet: 74, 4E and 65. RGB value is (116,78,101). Sum of RGB (Red+Green+Blue) = 116+78+101=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #744E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E65 is #8BB19A. Grayscale: #5B5B5B. Windows color (decimal): -9154971 or 6639220. OLE color: 6639220.

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

Color convert

RGB 116 78 101 -
CMYK 0 0.33 0.13 0.55
HSL 323.68º 0.2% 0.38% -
HSV(B) 323.68º 0.33% 0.45% -
XYZ 12.28 10.1 13.61 -
YUV 91.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 116 78 101 0 0.33 0.13 0.55 323.68 0.2 0.38
Hex 74 4E 65 0 21 D 37 144 14 26
Octal 164 116 145 0 41 15 67 504 24 46
Binary 1110100 1001110 1100101 0 100001 1101 110111 101000100 10100 100110

Color Harmonies of #744E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E65

Black with #744E65

Text Example


Text Example

White with #744E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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