Html Css Color HEX #744F68 Cosmic

📋 copy color: '#744F68'

red 116 ◦ green 79 ◦ blue 104

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

Shades of Cosmic #744F68

Tints of Cosmic #744F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 38.8%
G = 26.42%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#744F68 (or 0x744F68) is known color: Cosmic. HEX triplet: 74, 4F and 68. RGB value is (116,79,104). Sum of RGB (Red+Green+Blue) = 116+79+104=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F68 is #8BB097. Grayscale: #5C5C5C. Windows color (decimal): -9154712 or 6836084. OLE color: 6836084.

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

Color convert

RGB 116 79 104 -
CMYK 0 0.32 0.10 0.55
HSL 319.46º 0.19% 0.38% -
HSV(B) 319.46º 0.32% 0.45% -
XYZ 12.5 10.3 14.43 -
YUV 92.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 116 79 104 0 0.32 0.10 0.55 319.46 0.19 0.38
Hex 74 4F 68 0 20 A 37 13F 13 26
Octal 164 117 150 0 40 12 67 477 23 46
Binary 1110100 1001111 1101000 0 100000 1010 110111 100111111 10011 100110

Color Harmonies of #744F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F68

Black with #744F68

Text Example


Text Example

White with #744F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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