Html Css Color HEX #754777 Eminence

📋 copy color: '#754777'

red 117 ◦ green 71 ◦ blue 119

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

Shades of Eminence #754777

Tints of Eminence #754777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 38.11%
G = 23.13%
B = 38.76%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754777 (or 0x754777) is known color: Eminence. HEX triplet: 75, 47 and 77. RGB value is (117,71,119). Sum of RGB (Red+Green+Blue) = 117+71+119=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #754777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754777 is #8AB888. Grayscale: #5A5A5A. Windows color (decimal): -9091209 or 7817077. OLE color: 7817077.

HSL color Cylindrical-coordinate representation of color #754777: hue angle of 297.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754777 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 71 119 -
CMYK 0.02 0.40 0 0.53
HSL 297.5º 0.25% 0.37% -
HSV(B) 297.5º 0.4% 0.47% -
XYZ 12.92 9.62 18.63 -
YUV 90.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 117 71 119 0.02 0.40 0 0.53 297.5 0.25 0.37
Hex 75 47 77 2 28 0 35 12A 19 25
Octal 165 107 167 2 50 0 65 452 31 45
Binary 1110101 1000111 1110111 10 101000 0 110101 100101010 11001 100101

Color Harmonies of #754777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754777

Black with #754777

Text Example


Text Example

White with #754777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754777; }

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

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

background-color css

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

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

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

border-color css

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

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

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