#7F7375

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

Shades of Empress #7F7375

Tints of Empress #7F7375

Color information

#7F7375 (or 0x7F7375) is unknown color: approx Empress. HEX triplet: 7F, 73 and 75. RGB value is (127,115,117). Sum of RGB (Red+Green+Blue) = 127+115+117=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7375 is #808C8A. Grayscale: #767676. Windows color (decimal): -8424587 or 7697279. OLE color: 7697279.

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

Color convert

RGB127115117-
CMYK00.090.080.50
HSL350º4.96%47.45%-
HSV(B)350º9.45%49.8%-
XYZ18.0918.0619.36-
YUV118.82126.98133.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=35.38%
G=32.03%
B=32.59%

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
Decimal12711511700.090.080.503504.9647.45
Hex7F73750983215e52f
Octal1771631650111062536557
Binary111111111100111110101010011000110010101011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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