#766568

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

Shades of Empress #766568

Tints of Empress #766568

Color information

#766568 (or 0x766568) is unknown color: approx Empress. HEX triplet: 76, 65 and 68. RGB value is (118,101,104). Sum of RGB (Red+Green+Blue) = 118+101+104=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766568 is #899A97. Grayscale: #6A6A6A. Windows color (decimal): -9018008 or 6841718. OLE color: 6841718.

HSL color Cylindrical-coordinate representation of color #766568: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766568 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB118101104-
CMYK00.140.120.54
HSL349.41º7.76%42.94%-
HSV(B)349.41º14.41%46.27%-
XYZ14.6214.1615.06-
YUV106.42126.63136.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=36.53%
G=31.27%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810110400.140.120.54349.417.7642.94
Hex7665680EC3615d82b
Octal16614515001614665351053
Binary1110110110010111010000111011001101101010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766568; }

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

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

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

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

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

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

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

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