#7F6468

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

Shades of Empress #7F6468

Tints of Empress #7F6468

Color information

#7F6468 (or 0x7F6468) is unknown color: approx Empress. HEX triplet: 7F, 64 and 68. RGB value is (127,100,104). Sum of RGB (Red+Green+Blue) = 127+100+104=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6468 is #809B97. Grayscale: #6C6C6C. Windows color (decimal): -8428440 or 6841471. OLE color: 6841471.

HSL color Cylindrical-coordinate representation of color #7F6468: hue angle of 351.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6468 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB127100104-
CMYK00.210.180.50
HSL351.11º11.89%44.51%-
HSV(B)351.11º21.26%49.8%-
XYZ15.8114.6315.09-
YUV108.53125.45141.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=38.37%
G=30.21%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710010400.210.180.50351.1111.8944.51
Hex7F6468015123215fc2d
Octal17714415002522625371455
Binary111111111001001101000010101100101100101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,104); }

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

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

 a { background-color: rgb(127,100,104); }

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

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

 span { border-color: rgb(127,100,104); }

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