Html Css Color HEX #76416F Eminence

📋 copy color: '#76416F'

red 118 ◦ green 65 ◦ blue 111

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

Shades of Eminence #76416F

Tints of Eminence #76416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 40.14%
G = 22.11%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76416F (or 0x76416F) is known color: Eminence. HEX triplet: 76, 41 and 6F. RGB value is (118,65,111). Sum of RGB (Red+Green+Blue) = 118+65+111=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76416F is #89BE90. Grayscale: #555555. Windows color (decimal): -9027217 or 7291254. OLE color: 7291254.

HSL color Cylindrical-coordinate representation of color #76416F: hue angle of 307.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76416F is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 111 -
CMYK 0 0.45 0.06 0.54
HSL 307.92º 0.29% 0.36% -
HSV(B) 307.92º 0.45% 0.46% -
XYZ 12.23 8.78 16.09 -
YUV 86.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 118 65 111 0 0.45 0.06 0.54 307.92 0.29 0.36
Hex 76 41 6F 0 2D 6 36 134 1D 24
Octal 166 101 157 0 55 6 66 464 35 44
Binary 1110110 1000001 1101111 0 101101 110 110110 100110100 11101 100100

Color Harmonies of #76416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76416F

Black with #76416F

Text Example


Text Example

White with #76416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76416F; }

 p { color: rgb(118,65,111); }

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

background-color css

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

 a { background-color: rgb(118,65,111); }

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

border-color css

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

 span { border-color: rgb(118,65,111); }

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