Html Css Color HEX #7F7174 Empress

📋 copy color: '#7F7174'

red 127 ◦ green 113 ◦ blue 116

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

Shades of Empress #7F7174

Tints of Empress #7F7174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 35.67%
G = 31.74%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F7174 (or 0x7F7174) is known color: Empress. HEX triplet: 7F, 71 and 74. RGB value is (127,113,116). Sum of RGB (Red+Green+Blue) = 127+113+116=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7174 is #808E8B. Grayscale: #757575. Windows color (decimal): -8425100 or 7631231. OLE color: 7631231.

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

Color convert

RGB 127 113 116 -
CMYK 0 0.11 0.09 0.50
HSL 347.14º 0.06% 0.47% -
HSV(B) 347.14º 0.11% 0.5% -
XYZ 17.81 17.58 18.98 -
YUV 117.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 127 113 116 0 0.11 0.09 0.50 347.14 0.06 0.47
Hex 7F 71 74 0 B 9 32 15B 6 2F
Octal 177 161 164 0 13 11 62 533 6 57
Binary 1111111 1110001 1110100 0 1011 1001 110010 101011011 110 101111

Color Harmonies of #7F7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7174

Black with #7F7174

Text Example


Text Example

White with #7F7174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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