Html Css Color HEX #744F58 Cosmic

📋 copy color: '#744F58'

red 116 ◦ green 79 ◦ blue 88

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

Shades of Cosmic #744F58

Tints of Cosmic #744F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 40.99%
G = 27.92%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#744F58 (or 0x744F58) is known color: Cosmic. HEX triplet: 74, 4F and 58. RGB value is (116,79,88). Sum of RGB (Red+Green+Blue) = 116+79+88=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #744F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F58 is #8BB0A7. Grayscale: #5B5B5B. Windows color (decimal): -9154728 or 5787508. OLE color: 5787508.

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

Color convert

RGB 116 79 88 -
CMYK 0 0.32 0.24 0.55
HSL 345.41º 0.19% 0.38% -
HSV(B) 345.41º 0.32% 0.45% -
XYZ 11.76 10.01 10.54 -
YUV 91.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 116 79 88 0 0.32 0.24 0.55 345.41 0.19 0.38
Hex 74 4F 58 0 20 18 37 159 13 26
Octal 164 117 130 0 40 30 67 531 23 46
Binary 1110100 1001111 1011000 0 100000 11000 110111 101011001 10011 100110

Color Harmonies of #744F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F58

Black with #744F58

Text Example


Text Example

White with #744F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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