Html Css Color HEX #744B5E Cosmic

📋 copy color: '#744B5E'

red 116 ◦ green 75 ◦ blue 94

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

Shades of Cosmic #744B5E

Tints of Cosmic #744B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 40.7%
G = 26.32%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#744B5E (or 0x744B5E) is known color: Cosmic. HEX triplet: 74, 4B and 5E. RGB value is (116,75,94). Sum of RGB (Red+Green+Blue) = 116+75+94=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B5E is #8BB4A1. Grayscale: #595959. Windows color (decimal): -9155746 or 6179700. OLE color: 6179700.

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

Color convert

RGB 116 75 94 -
CMYK 0 0.35 0.19 0.55
HSL 332.2º 0.21% 0.37% -
HSV(B) 332.2º 0.35% 0.45% -
XYZ 11.74 9.55 11.81 -
YUV 89.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 116 75 94 0 0.35 0.19 0.55 332.2 0.21 0.37
Hex 74 4B 5E 0 23 13 37 14C 15 25
Octal 164 113 136 0 43 23 67 514 25 45
Binary 1110100 1001011 1011110 0 100011 10011 110111 101001100 10101 100101

Color Harmonies of #744B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B5E

Black with #744B5E

Text Example


Text Example

White with #744B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,75,94); }

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

background-color css

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

 a { background-color: rgb(116,75,94); }

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

border-color css

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

 span { border-color: rgb(116,75,94); }

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