#7C6568

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

Shades of Empress #7C6568

Tints of Empress #7C6568

Color information

#7C6568 (or 0x7C6568) is unknown color: approx Empress. HEX triplet: 7C, 65 and 68. RGB value is (124,101,104). Sum of RGB (Red+Green+Blue) = 124+101+104=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6568 is #839A97. Grayscale: #6C6C6C. Windows color (decimal): -8624792 or 6841724. OLE color: 6841724.

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

Color convert

RGB124101104-
CMYK00.190.160.51
HSL352.17º10.22%44.12%-
HSV(B)352.17º18.55%48.63%-
XYZ15.4614.5915.1-
YUV108.22125.62139.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=37.69%
G=30.70%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410110400.190.160.51352.1710.2244.12
Hex7C65680131033160a2c
Octal17414515002320635401254
Binary111110011001011101000010011100001100111011000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,104); }

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

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

 a { background-color: rgb(124,101,104); }

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

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

 span { border-color: rgb(124,101,104); }

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