#7B696A

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

Shades of Empress #7B696A

Tints of Empress #7B696A

Color information

#7B696A (or 0x7B696A) is unknown color: approx Empress. HEX triplet: 7B, 69 and 6A. RGB value is (123,105,106). Sum of RGB (Red+Green+Blue) = 123+105+106=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B696A is #849695. Grayscale: #6E6E6E. Windows color (decimal): -8689302 or 6973819. OLE color: 6973819.

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

Color convert

RGB123105106-
CMYK00.150.140.52
HSL356.67º7.89%44.71%-
HSV(B)356.67º14.63%48.24%-
XYZ15.8215.3515.77-
YUV110.5125.46136.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=36.83%
G=31.44%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310510600.150.140.52356.677.8944.71
Hex7B696A0FE3416582d
Octal17315115201716645451055
Binary1111011110100111010100111111101101001011001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,106); }

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

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

 a { background-color: rgb(123,105,106); }

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

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

 span { border-color: rgb(123,105,106); }

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