#7B6769

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

Shades of Empress #7B6769

Tints of Empress #7B6769

Color information

#7B6769 (or 0x7B6769) is unknown color: approx Empress. HEX triplet: 7B, 67 and 69. RGB value is (123,103,105). Sum of RGB (Red+Green+Blue) = 123+103+105=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6769 is #849896. Grayscale: #6D6D6D. Windows color (decimal): -8689815 or 6907771. OLE color: 6907771.

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

Color convert

RGB123103105-
CMYK00.160.150.52
HSL354º8.85%44.31%-
HSV(B)354º16.26%48.24%-
XYZ15.5714.9315.43-
YUV109.21125.63137.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=37.16%
G=31.12%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310310500.160.150.523548.8544.31
Hex7B6769010F3416292c
Octal17314715102017645421154
Binary11110111100111110100101000011111101001011000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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