Html Css Color HEX #754977 Eminence

📋 copy color: '#754977'

red 117 ◦ green 73 ◦ blue 119

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

Shades of Eminence #754977

Tints of Eminence #754977

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 37.86%
G = 23.62%
B = 38.51%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754977 (or 0x754977) is known color: Eminence. HEX triplet: 75, 49 and 77. RGB value is (117,73,119). Sum of RGB (Red+Green+Blue) = 117+73+119=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #754977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754977 is #8AB688. Grayscale: #5B5B5B. Windows color (decimal): -9090697 or 7817589. OLE color: 7817589.

HSL color Cylindrical-coordinate representation of color #754977: hue angle of 297.39º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754977 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 73 119 -
CMYK 0.02 0.39 0 0.53
HSL 297.39º 0.24% 0.38% -
HSV(B) 297.39º 0.39% 0.47% -
XYZ 13.05 9.88 18.67 -
YUV 91.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 117 73 119 0.02 0.39 0 0.53 297.39 0.24 0.38
Hex 75 49 77 2 27 0 35 129 18 26
Octal 165 111 167 2 47 0 65 451 30 46
Binary 1110101 1001001 1110111 10 100111 0 110101 100101001 11000 100110

Color Harmonies of #754977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754977

Black with #754977

Text Example


Text Example

White with #754977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754977; }

 p { color: rgb(117,73,119); }

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

background-color css

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

 a { background-color: rgb(117,73,119); }

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

border-color css

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

 span { border-color: rgb(117,73,119); }

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