Html Css Color HEX #744477 Eminence

📋 copy color: '#744477'

red 116 ◦ green 68 ◦ blue 119

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

Shades of Eminence #744477

Tints of Eminence #744477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 38.28%
G = 22.44%
B = 39.27%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#744477 (or 0x744477) is known color: Eminence. HEX triplet: 74, 44 and 77. RGB value is (116,68,119). Sum of RGB (Red+Green+Blue) = 116+68+119=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #744477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744477 is #8BBB88. Grayscale: #585858. Windows color (decimal): -9157513 or 7816308. OLE color: 7816308.

HSL color Cylindrical-coordinate representation of color #744477: hue angle of 296.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744477 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 68 119 -
CMYK 0.03 0.43 0 0.53
HSL 296.47º 0.27% 0.37% -
HSV(B) 296.47º 0.43% 0.47% -
XYZ 12.6 9.18 18.56 -
YUV 88.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 116 68 119 0.03 0.43 0 0.53 296.47 0.27 0.37
Hex 74 44 77 3 2B 0 35 128 1B 25
Octal 164 104 167 3 53 0 65 450 33 45
Binary 1110100 1000100 1110111 11 101011 0 110101 100101000 11011 100101

Color Harmonies of #744477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744477

Black with #744477

Text Example


Text Example

White with #744477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744477; }

 p { color: rgb(116,68,119); }

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

background-color css

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

 a { background-color: rgb(116,68,119); }

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

border-color css

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

 span { border-color: rgb(116,68,119); }

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