Html Css Color HEX #7F6871 Empress

📋 copy color: '#7F6871'

red 127 ◦ green 104 ◦ blue 113

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

Shades of Empress #7F6871

Tints of Empress #7F6871

RGB

 RED value IS 127 (50% from 255) = 36.92%

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 36.92%
G = 30.23%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F6871 (or 0x7F6871) is known color: Empress. HEX triplet: 7F, 68 and 71. RGB value is (127,104,113). Sum of RGB (Red+Green+Blue) = 127+104+113=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6871 is #80978E. Grayscale: #6F6F6F. Windows color (decimal): -8427407 or 7432319. OLE color: 7432319.

HSL color Cylindrical-coordinate representation of color #7F6871: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F6871 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 104 113 -
CMYK 0 0.18 0.11 0.50
HSL 336.52º 0.1% 0.45% -
HSV(B) 336.52º 0.18% 0.5% -
XYZ 16.68 15.6 17.76 -
YUV 111.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 127 104 113 0 0.18 0.11 0.50 336.52 0.1 0.45
Hex 7F 68 71 0 12 B 32 151 A 2D
Octal 177 150 161 0 22 13 62 521 12 55
Binary 1111111 1101000 1110001 0 10010 1011 110010 101010001 1010 101101

Color Harmonies of #7F6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6871

Black with #7F6871

Text Example


Text Example

White with #7F6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6871; }

 p { color: rgb(127,104,113); }

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

background-color css

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

 a { background-color: rgb(127,104,113); }

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

border-color css

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

 span { border-color: rgb(127,104,113); }

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