Html Css Color HEX #714C77 Eminence

📋 copy color: '#714C77'

red 113 ◦ green 76 ◦ blue 119

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

Shades of Eminence #714C77

Tints of Eminence #714C77

RGB

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

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

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

R = 36.69%
G = 24.68%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714C77 (or 0x714C77) is known color: Eminence. HEX triplet: 71, 4C and 77. RGB value is (113,76,119). Sum of RGB (Red+Green+Blue) = 113+76+119=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #714C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C77 is #8EB388. Grayscale: #5B5B5B. Windows color (decimal): -9352073 or 7818353. OLE color: 7818353.

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

Color convert

RGB 113 76 119 -
CMYK 0.05 0.36 0 0.53
HSL 291.63º 0.22% 0.38% -
HSV(B) 291.63º 0.36% 0.47% -
XYZ 12.72 10.01 18.71 -
YUV 91.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 113 76 119 0.05 0.36 0 0.53 291.63 0.22 0.38
Hex 71 4C 77 5 24 0 35 124 16 26
Octal 161 114 167 5 44 0 65 444 26 46
Binary 1110001 1001100 1110111 101 100100 0 110101 100100100 10110 100110

Color Harmonies of #714C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C77

Black with #714C77

Text Example


Text Example

White with #714C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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