Html Css Color HEX #714B6E Eminence

📋 copy color: '#714B6E'

red 113 ◦ green 75 ◦ blue 110

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

Shades of Eminence #714B6E

Tints of Eminence #714B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 37.92%
G = 25.17%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#714B6E (or 0x714B6E) is known color: Eminence. HEX triplet: 71, 4B and 6E. RGB value is (113,75,110). Sum of RGB (Red+Green+Blue) = 113+75+110=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #714B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B6E is #8EB491. Grayscale: #5A5A5A. Windows color (decimal): -9352338 or 7228273. OLE color: 7228273.

HSL color Cylindrical-coordinate representation of color #714B6E: hue angle of 304.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B6E is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 110 -
CMYK 0 0.34 0.03 0.56
HSL 304.74º 0.2% 0.37% -
HSV(B) 304.74º 0.34% 0.44% -
XYZ 12.14 9.67 15.98 -
YUV 90.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 113 75 110 0 0.34 0.03 0.56 304.74 0.2 0.37
Hex 71 4B 6E 0 22 3 38 131 14 25
Octal 161 113 156 0 42 3 70 461 24 45
Binary 1110001 1001011 1101110 0 100010 11 111000 100110001 10100 100101

Color Harmonies of #714B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B6E

Black with #714B6E

Text Example


Text Example

White with #714B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,110); }

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

background-color css

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

 a { background-color: rgb(113,75,110); }

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

border-color css

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

 span { border-color: rgb(113,75,110); }

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