#7B696F

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

Shades of Empress #7B696F

Tints of Empress #7B696F

Color information

#7B696F (or 0x7B696F) is unknown color: approx Empress. HEX triplet: 7B, 69 and 6F. RGB value is (123,105,111). Sum of RGB (Red+Green+Blue) = 123+105+111=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B696F is #849690. Grayscale: #6F6F6F. Windows color (decimal): -8689297 or 7301499. OLE color: 7301499.

HSL color Cylindrical-coordinate representation of color #7B696F: hue angle of 340º 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 #7B696F is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB123105111-
CMYK00.150.100.52
HSL340º7.89%44.71%-
HSV(B)340º14.63%48.24%-
XYZ16.0915.4617.18-
YUV111.07127.96136.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.28%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=36.28%
G=30.97%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310511100.150.100.523407.8944.71
Hex7B696F0FA3415482d
Octal17315115701712645241055
Binary1111011110100111011110111110101101001010101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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