Html Css Color HEX #744F5F Cosmic

📋 copy color: '#744F5F'

red 116 ◦ green 79 ◦ blue 95

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

Shades of Cosmic #744F5F

Tints of Cosmic #744F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 40%
G = 27.24%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#744F5F (or 0x744F5F) is known color: Cosmic. HEX triplet: 74, 4F and 5F. RGB value is (116,79,95). Sum of RGB (Red+Green+Blue) = 116+79+95=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #744F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F5F is #8BB0A0. Grayscale: #5B5B5B. Windows color (decimal): -9154721 or 6246260. OLE color: 6246260.

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

Color convert

RGB 116 79 95 -
CMYK 0 0.32 0.18 0.55
HSL 334.05º 0.19% 0.38% -
HSV(B) 334.05º 0.32% 0.45% -
XYZ 12.06 10.13 12.15 -
YUV 91.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 116 79 95 0 0.32 0.18 0.55 334.05 0.19 0.38
Hex 74 4F 5F 0 20 12 37 14E 13 26
Octal 164 117 137 0 40 22 67 516 23 46
Binary 1110100 1001111 1011111 0 100000 10010 110111 101001110 10011 100110

Color Harmonies of #744F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F5F

Black with #744F5F

Text Example


Text Example

White with #744F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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