Html Css Color HEX #714E74 Eminence

📋 copy color: '#714E74'

red 113 ◦ green 78 ◦ blue 116

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

Shades of Eminence #714E74

Tints of Eminence #714E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 36.81%
G = 25.41%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714E74 (or 0x714E74) is known color: Eminence. HEX triplet: 71, 4E and 74. RGB value is (113,78,116). Sum of RGB (Red+Green+Blue) = 113+78+116=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 116 - color contains mainly: blue. Hex color #714E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E74 is #8EB18B. Grayscale: #5C5C5C. Windows color (decimal): -9351564 or 7622257. OLE color: 7622257.

HSL color Cylindrical-coordinate representation of color #714E74: hue angle of 295.26º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #714E74 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 78 116 -
CMYK 0.03 0.33 0 0.55
HSL 295.26º 0.2% 0.38% -
HSV(B) 295.26º 0.33% 0.45% -
XYZ 12.69 10.22 17.83 -
YUV 92.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 113 78 116 0.03 0.33 0 0.55 295.26 0.2 0.38
Hex 71 4E 74 3 21 0 37 127 14 26
Octal 161 116 164 3 41 0 67 447 24 46
Binary 1110001 1001110 1110100 11 100001 0 110111 100100111 10100 100110

Color Harmonies of #714E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E74

Black with #714E74

Text Example


Text Example

White with #714E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,78,116); }

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

background-color css

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

 a { background-color: rgb(113,78,116); }

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

border-color css

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

 span { border-color: rgb(113,78,116); }

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