Html Css Color HEX #714D77 Eminence

📋 copy color: '#714D77'

red 113 ◦ green 77 ◦ blue 119

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

Shades of Eminence #714D77

Tints of Eminence #714D77

RGB

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

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

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

R = 36.57%
G = 24.92%
B = 38.51%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714D77 (or 0x714D77) is known color: Eminence. HEX triplet: 71, 4D and 77. RGB value is (113,77,119). Sum of RGB (Red+Green+Blue) = 113+77+119=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #714D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D77 is #8EB288. Grayscale: #5C5C5C. Windows color (decimal): -9351817 or 7818609. OLE color: 7818609.

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

Color convert

RGB 113 77 119 -
CMYK 0.05 0.35 0 0.53
HSL 291.43º 0.21% 0.38% -
HSV(B) 291.43º 0.35% 0.47% -
XYZ 12.79 10.15 18.74 -
YUV 92.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 113 77 119 0.05 0.35 0 0.53 291.43 0.21 0.38
Hex 71 4D 77 5 23 0 35 123 15 26
Octal 161 115 167 5 43 0 65 443 25 46
Binary 1110001 1001101 1110111 101 100011 0 110101 100100011 10101 100110

Color Harmonies of #714D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D77

Black with #714D77

Text Example


Text Example

White with #714D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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