#7B676B

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

Shades of Empress #7B676B

Tints of Empress #7B676B

Color information

#7B676B (or 0x7B676B) is unknown color: approx Empress. HEX triplet: 7B, 67 and 6B. RGB value is (123,103,107). Sum of RGB (Red+Green+Blue) = 123+103+107=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B676B is #849894. Grayscale: #6D6D6D. Windows color (decimal): -8689813 or 7038843. OLE color: 7038843.

HSL color Cylindrical-coordinate representation of color #7B676B: hue angle of 348º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B676B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB123103107-
CMYK00.160.130.52
HSL348º8.85%44.31%-
HSV(B)348º16.26%48.24%-
XYZ15.6714.9715.97-
YUV109.44126.63137.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=36.94%
G=30.93%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310310700.160.130.523488.8544.31
Hex7B676B010D3415c92c
Octal17314715302015645341154
Binary11110111100111110101101000011011101001010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,107); }

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

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

 a { background-color: rgb(123,103,107); }

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

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

 span { border-color: rgb(123,103,107); }

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