#786668

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

Shades of Empress #786668

Tints of Empress #786668

Color information

#786668 (or 0x786668) is unknown color: approx Empress. HEX triplet: 78, 66 and 68. RGB value is (120,102,104). Sum of RGB (Red+Green+Blue) = 120+102+104=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786668 is #879997. Grayscale: #6B6B6B. Windows color (decimal): -8886680 or 6841976. OLE color: 6841976.

HSL color Cylindrical-coordinate representation of color #786668: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786668 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120102104-
CMYK00.150.130.53
HSL353.33º8.11%43.53%-
HSV(B)353.33º15%47.06%-
XYZ1514.515.1-
YUV107.61125.96136.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=36.81%
G=31.29%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010210400.150.130.53353.338.1143.53
Hex7866680FD3516182c
Octal17014615001715655411054
Binary1111000110011011010000111111011101011011000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786668; }

 p { color: rgb(120,102,104); }

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

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

 a { background-color: rgb(120,102,104); }

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

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

 span { border-color: rgb(120,102,104); }

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