Html Css Color HEX #715072 Eminence

📋 copy color: '#715072'

red 113 ◦ green 80 ◦ blue 114

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

Shades of Eminence #715072

Tints of Eminence #715072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 36.81%
G = 26.06%
B = 37.13%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715072 (or 0x715072) is known color: Eminence. HEX triplet: 71, 50 and 72. RGB value is (113,80,114). Sum of RGB (Red+Green+Blue) = 113+80+114=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #715072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715072 is #8EAF8D. Grayscale: #5D5D5D. Windows color (decimal): -9351054 or 7491697. OLE color: 7491697.

HSL color Cylindrical-coordinate representation of color #715072: hue angle of 298.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715072 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 80 114 -
CMYK 0.01 0.30 0 0.55
HSL 298.24º 0.18% 0.38% -
HSV(B) 298.24º 0.3% 0.45% -
XYZ 12.72 10.46 17.27 -
YUV 93.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 113 80 114 0.01 0.30 0 0.55 298.24 0.18 0.38
Hex 71 50 72 1 1E 0 37 12A 12 26
Octal 161 120 162 1 36 0 67 452 22 46
Binary 1110001 1010000 1110010 1 11110 0 110111 100101010 10010 100110

Color Harmonies of #715072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715072

Black with #715072

Text Example


Text Example

White with #715072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715072; }

 p { color: rgb(113,80,114); }

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

background-color css

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

 a { background-color: rgb(113,80,114); }

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

border-color css

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

 span { border-color: rgb(113,80,114); }

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