#7B6467

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

Shades of Empress #7B6467

Tints of Empress #7B6467

Color information

#7B6467 (or 0x7B6467) is unknown color: approx Empress. HEX triplet: 7B, 64 and 67. RGB value is (123,100,103). Sum of RGB (Red+Green+Blue) = 123+100+103=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6467 is #849B98. Grayscale: #6B6B6B. Windows color (decimal): -8690585 or 6775931. OLE color: 6775931.

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

Color convert

RGB123100103-
CMYK00.190.160.52
HSL352.17º10.31%43.73%-
HSV(B)352.17º18.7%48.24%-
XYZ15.1714.314.79-
YUV107.22125.62139.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=37.73%
G=30.67%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310010300.190.160.52352.1710.3143.73
Hex7B64670131034160a2c
Octal17314414702320645401254
Binary111101111001001100111010011100001101001011000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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