#7A696B

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

Shades of Empress #7A696B

Tints of Empress #7A696B

Color information

#7A696B (or 0x7A696B) is unknown color: approx Empress. HEX triplet: 7A, 69 and 6B. RGB value is (122,105,107). Sum of RGB (Red+Green+Blue) = 122+105+107=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A696B is #859694. Grayscale: #6E6E6E. Windows color (decimal): -8754837 or 7039354. OLE color: 7039354.

HSL color Cylindrical-coordinate representation of color #7A696B: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A696B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB122105107-
CMYK00.140.120.52
HSL352.94º7.49%44.51%-
HSV(B)352.94º13.93%47.84%-
XYZ15.7315.316.03-
YUV110.31126.13136.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=36.53%
G=31.44%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210510700.140.120.52352.947.4944.51
Hex7A696B0EC3416172d
Octal1721511530161464541755
Binary111101011010011101011011101100110100101100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,107); }

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

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

 a { background-color: rgb(122,105,107); }

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

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

 span { border-color: rgb(122,105,107); }

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