Html Css Color HEX #714D75 Eminence

📋 copy color: '#714D75'

red 113 ◦ green 77 ◦ blue 117

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

Shades of Eminence #714D75

Tints of Eminence #714D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 36.81%
G = 25.08%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714D75 (or 0x714D75) is known color: Eminence. HEX triplet: 71, 4D and 75. RGB value is (113,77,117). Sum of RGB (Red+Green+Blue) = 113+77+117=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #714D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D75 is #8EB28A. Grayscale: #5C5C5C. Windows color (decimal): -9351819 or 7687537. OLE color: 7687537.

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

Color convert

RGB 113 77 117 -
CMYK 0.03 0.34 0 0.54
HSL 294º 0.21% 0.38% -
HSV(B) 294º 0.34% 0.46% -
XYZ 12.67 10.1 18.11 -
YUV 92.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 113 77 117 0.03 0.34 0 0.54 294 0.21 0.38
Hex 71 4D 75 3 22 0 36 126 15 26
Octal 161 115 165 3 42 0 66 446 25 46
Binary 1110001 1001101 1110101 11 100010 0 110110 100100110 10101 100110

Color Harmonies of #714D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D75

Black with #714D75

Text Example


Text Example

White with #714D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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