Html Css Color HEX #744D75 Eminence

📋 copy color: '#744D75'

red 116 ◦ green 77 ◦ blue 117

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

Shades of Eminence #744D75

Tints of Eminence #744D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 37.42%
G = 24.84%
B = 37.74%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744D75 (or 0x744D75) is known color: Eminence. HEX triplet: 74, 4D and 75. RGB value is (116,77,117). Sum of RGB (Red+Green+Blue) = 116+77+117=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #744D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D75 is #8BB28A. Grayscale: #5D5D5D. Windows color (decimal): -9155211 or 7687540. OLE color: 7687540.

HSL color Cylindrical-coordinate representation of color #744D75: hue angle of 298.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D75 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 77 117 -
CMYK 0.01 0.34 0 0.54
HSL 298.5º 0.21% 0.38% -
HSV(B) 298.5º 0.34% 0.46% -
XYZ 13.07 10.31 18.13 -
YUV 93.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 116 77 117 0.01 0.34 0 0.54 298.5 0.21 0.38
Hex 74 4D 75 1 22 0 36 12A 15 26
Octal 164 115 165 1 42 0 66 452 25 46
Binary 1110100 1001101 1110101 1 100010 0 110110 100101010 10101 100110

Color Harmonies of #744D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D75

Black with #744D75

Text Example


Text Example

White with #744D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,117); }

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

background-color css

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

 a { background-color: rgb(116,77,117); }

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

border-color css

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

 span { border-color: rgb(116,77,117); }

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