#78696E

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

Shades of Empress #78696E

Tints of Empress #78696E

Color information

#78696E (or 0x78696E) is unknown color: approx Empress. HEX triplet: 78, 69 and 6E. RGB value is (120,105,110). Sum of RGB (Red+Green+Blue) = 120+105+110=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #78696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696E is #879691. Grayscale: #6E6E6E. Windows color (decimal): -8885906 or 7235960. OLE color: 7235960.

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

Color convert

RGB120105110-
CMYK00.130.080.53
HSL340º6.67%44.12%-
HSV(B)340º12.5%47.06%-
XYZ15.6115.2216.87-
YUV110.06127.97135.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=35.82%
G=31.34%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010511000.130.080.533406.6744.12
Hex78696E0D83515472c
Octal1701511560151065524754
Binary111100011010011101110011011000110101101010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78696E; }

 p { color: rgb(120,105,110); }

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

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

 a { background-color: rgb(120,105,110); }

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

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

 span { border-color: rgb(120,105,110); }

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