Html Css Color HEX #714C76 Eminence

📋 copy color: '#714C76'

red 113 ◦ green 76 ◦ blue 118

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

Shades of Eminence #714C76

Tints of Eminence #714C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 36.81%
G = 24.76%
B = 38.44%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714C76 (or 0x714C76) is known color: Eminence. HEX triplet: 71, 4C and 76. RGB value is (113,76,118). Sum of RGB (Red+Green+Blue) = 113+76+118=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #714C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C76 is #8EB389. Grayscale: #5B5B5B. Windows color (decimal): -9352074 or 7752817. OLE color: 7752817.

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

Color convert

RGB 113 76 118 -
CMYK 0.04 0.36 0 0.54
HSL 292.86º 0.22% 0.38% -
HSV(B) 292.86º 0.36% 0.46% -
XYZ 12.66 9.99 18.4 -
YUV 91.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 113 76 118 0.04 0.36 0 0.54 292.86 0.22 0.38
Hex 71 4C 76 4 24 0 36 125 16 26
Octal 161 114 166 4 44 0 66 445 26 46
Binary 1110001 1001100 1110110 100 100100 0 110110 100100101 10110 100110

Color Harmonies of #714C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C76

Black with #714C76

Text Example


Text Example

White with #714C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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