#7F6368

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

Shades of Empress #7F6368

Tints of Empress #7F6368

Color information

#7F6368 (or 0x7F6368) is unknown color: approx Empress. HEX triplet: 7F, 63 and 68. RGB value is (127,99,104). Sum of RGB (Red+Green+Blue) = 127+99+104=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6368 is #809C97. Grayscale: #6B6B6B. Windows color (decimal): -8428696 or 6841215. OLE color: 6841215.

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

Color convert

RGB12799104-
CMYK00.220.180.50
HSL349.29º12.39%44.31%-
HSV(B)349.29º22.05%49.8%-
XYZ15.7114.4415.05-
YUV107.94125.78141.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=38.48%
G=30%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279910400.220.180.50349.2912.3944.31
Hex7F6368016123215dc2c
Octal17714315002622625351454
Binary111111111000111101000010110100101100101010111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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