Html Css Color HEX #714D76 Eminence

📋 copy color: '#714D76'

red 113 ◦ green 77 ◦ blue 118

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

Shades of Eminence #714D76

Tints of Eminence #714D76

RGB

 RED value IS 113 (44.53% from 255) = 36.69%

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 36.69%
G = 25%
B = 38.31%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714D76 (or 0x714D76) is known color: Eminence. HEX triplet: 71, 4D and 76. RGB value is (113,77,118). Sum of RGB (Red+Green+Blue) = 113+77+118=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #714D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D76 is #8EB289. Grayscale: #5C5C5C. Windows color (decimal): -9351818 or 7753073. OLE color: 7753073.

HSL color Cylindrical-coordinate representation of color #714D76: hue angle of 292.68º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714D76 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 77 118 -
CMYK 0.04 0.35 0 0.54
HSL 292.68º 0.21% 0.38% -
HSV(B) 292.68º 0.35% 0.46% -
XYZ 12.73 10.13 18.42 -
YUV 92.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 113 77 118 0.04 0.35 0 0.54 292.68 0.21 0.38
Hex 71 4D 76 4 23 0 36 125 15 26
Octal 161 115 166 4 43 0 66 445 25 46
Binary 1110001 1001101 1110110 100 100011 0 110110 100100101 10101 100110

Color Harmonies of #714D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D76

Black with #714D76

Text Example


Text Example

White with #714D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D76; }

 p { color: rgb(113,77,118); }

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

background-color css

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

 a { background-color: rgb(113,77,118); }

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

border-color css

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

 span { border-color: rgb(113,77,118); }

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