#767071

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

Shades of Empress #767071

Tints of Empress #767071

Color information

#767071 (or 0x767071) is unknown color: approx Empress. HEX triplet: 76, 70 and 71. RGB value is (118,112,113). Sum of RGB (Red+Green+Blue) = 118+112+113=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #767071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767071 is #898F8E. Grayscale: #717171. Windows color (decimal): -9015183 or 7434358. OLE color: 7434358.

HSL color Cylindrical-coordinate representation of color #767071: hue angle of 350º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767071 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB118112113-
CMYK00.050.040.54
HSL350º2.61%45.1%-
HSV(B)350º5.08%46.27%-
XYZ16.2516.6317.98-
YUV113.91127.49130.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=34.40%
G=32.65%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811211300.050.040.543502.6145.1
Hex7670710543615e32d
Octal16616016105466536355
Binary111011011100001110001010110011011010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767071; }

 p { color: rgb(118,112,113); }

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

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

 a { background-color: rgb(118,112,113); }

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

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

 span { border-color: rgb(118,112,113); }

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