#7C6B6C

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

Shades of Empress #7C6B6C

Tints of Empress #7C6B6C

Color information

#7C6B6C (or 0x7C6B6C) is unknown color: approx Empress. HEX triplet: 7C, 6B and 6C. RGB value is (124,107,108). Sum of RGB (Red+Green+Blue) = 124+107+108=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B6C is #839493. Grayscale: #707070. Windows color (decimal): -8623252 or 7105404. OLE color: 7105404.

HSL color Cylindrical-coordinate representation of color #7C6B6C: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C6B6C is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB124107108-
CMYK00.140.130.51
HSL356.47º7.36%45.29%-
HSV(B)356.47º13.71%48.63%-
XYZ16.2815.8816.4-
YUV112.2125.63136.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=36.58%
G=31.56%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410710800.140.130.51356.477.3645.29
Hex7C6B6C0ED3316472d
Octal1741531540161563544755
Binary111110011010111101100011101101110011101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,108); }

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

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

 a { background-color: rgb(124,107,108); }

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

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

 span { border-color: rgb(124,107,108); }

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