Html Css Color HEX #76487C Eminence

📋 copy color: '#76487C'

red 118 ◦ green 72 ◦ blue 124

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

Shades of Eminence #76487C

Tints of Eminence #76487C

RGB

 RED value IS 118 (46.48% from 255) = 37.58%

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 37.58%
G = 22.93%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76487C (or 0x76487C) is known color: Eminence. HEX triplet: 76, 48 and 7C. RGB value is (118,72,124). Sum of RGB (Red+Green+Blue) = 118+72+124=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #76487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76487C is #89B783. Grayscale: #5B5B5B. Windows color (decimal): -9025412 or 8145014. OLE color: 8145014.

HSL color Cylindrical-coordinate representation of color #76487C: hue angle of 293.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76487C is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 72 124 -
CMYK 0.05 0.42 0 0.51
HSL 293.08º 0.27% 0.38% -
HSV(B) 293.08º 0.42% 0.49% -
XYZ 13.43 9.94 20.28 -
YUV 91.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 118 72 124 0.05 0.42 0 0.51 293.08 0.27 0.38
Hex 76 48 7C 5 2A 0 33 125 1B 26
Octal 166 110 174 5 52 0 63 445 33 46
Binary 1110110 1001000 1111100 101 101010 0 110011 100100101 11011 100110

Color Harmonies of #76487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76487C

Black with #76487C

Text Example


Text Example

White with #76487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76487C; }

 p { color: rgb(118,72,124); }

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

background-color css

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

 a { background-color: rgb(118,72,124); }

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

border-color css

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

 span { border-color: rgb(118,72,124); }

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