Html Css Color HEX #744F64 Cosmic

📋 copy color: '#744F64'

red 116 ◦ green 79 ◦ blue 100

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

Shades of Cosmic #744F64

Tints of Cosmic #744F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 39.32%
G = 26.78%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#744F64 (or 0x744F64) is known color: Cosmic. HEX triplet: 74, 4F and 64. RGB value is (116,79,100). Sum of RGB (Red+Green+Blue) = 116+79+100=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #744F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F64 is #8BB09B. Grayscale: #5C5C5C. Windows color (decimal): -9154716 or 6573940. OLE color: 6573940.

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

Color convert

RGB 116 79 100 -
CMYK 0 0.32 0.14 0.55
HSL 325.95º 0.19% 0.38% -
HSV(B) 325.95º 0.32% 0.45% -
XYZ 12.3 10.23 13.38 -
YUV 92.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 116 79 100 0 0.32 0.14 0.55 325.95 0.19 0.38
Hex 74 4F 64 0 20 E 37 146 13 26
Octal 164 117 144 0 40 16 67 506 23 46
Binary 1110100 1001111 1100100 0 100000 1110 110111 101000110 10011 100110

Color Harmonies of #744F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F64

Black with #744F64

Text Example


Text Example

White with #744F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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