#7F7475

Color #7F7475 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #7F7475

Tints of Empress #7F7475

Color information

#7F7475 (or 0x7F7475) is unknown color: approx Empress. HEX triplet: 7F, 74 and 75. RGB value is (127,116,117). Sum of RGB (Red+Green+Blue) = 127+116+117=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7475 is #808B8A. Grayscale: #777777. Windows color (decimal): -8424331 or 7697535. OLE color: 7697535.

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

Color convert

RGB127116117-
CMYK00.090.080.50
HSL354.55º4.53%47.65%-
HSV(B)354.55º8.66%49.8%-
XYZ18.2118.2919.4-
YUV119.4126.64133.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=35.28%
G=32.22%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711611700.090.080.50354.554.5347.65
Hex7F747509832163530
Octal1771641650111062543560
Binary111111111101001110101010011000110010101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F7475;
 }
 .AnyTagClassName
 {
   color: #7F7475;
 }
</style>
background-color css

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

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

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

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

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

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