Html Css Color HEX #714F75 Eminence

📋 copy color: '#714F75'

red 113 ◦ green 79 ◦ blue 117

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

Shades of Eminence #714F75

Tints of Eminence #714F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

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

R = 36.57%
G = 25.57%
B = 37.86%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714F75 (or 0x714F75) is known color: Eminence. HEX triplet: 71, 4F and 75. RGB value is (113,79,117). Sum of RGB (Red+Green+Blue) = 113+79+117=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #714F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F75 is #8EB08A. Grayscale: #5D5D5D. Windows color (decimal): -9351307 or 7688049. OLE color: 7688049.

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

Color convert

RGB 113 79 117 -
CMYK 0.03 0.32 0 0.54
HSL 293.68º 0.19% 0.38% -
HSV(B) 293.68º 0.32% 0.46% -
XYZ 12.82 10.39 18.16 -
YUV 93.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 113 79 117 0.03 0.32 0 0.54 293.68 0.19 0.38
Hex 71 4F 75 3 20 0 36 126 13 26
Octal 161 117 165 3 40 0 66 446 23 46
Binary 1110001 1001111 1110101 11 100000 0 110110 100100110 10011 100110

Color Harmonies of #714F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F75

Black with #714F75

Text Example


Text Example

White with #714F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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