#7F656B

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

Shades of Empress #7F656B

Tints of Empress #7F656B

Color information

#7F656B (or 0x7F656B) is unknown color: approx Empress. HEX triplet: 7F, 65 and 6B. RGB value is (127,101,107). Sum of RGB (Red+Green+Blue) = 127+101+107=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F656B is #809A94. Grayscale: #6D6D6D. Windows color (decimal): -8428181 or 7038335. OLE color: 7038335.

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

Color convert

RGB127101107-
CMYK00.200.160.50
HSL346.15º11.4%44.71%-
HSV(B)346.15º20.47%49.8%-
XYZ16.0614.8815.94-
YUV109.46126.61140.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=37.91%
G=30.15%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710110700.200.160.50346.1511.444.71
Hex7F656B014103215ab2d
Octal17714515302420625321355
Binary111111111001011101011010100100001100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,101,107); }

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

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

 a { background-color: rgb(127,101,107); }

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

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

 span { border-color: rgb(127,101,107); }

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