#766768

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

Shades of Empress #766768

Tints of Empress #766768

Color information

#766768 (or 0x766768) is unknown color: approx Empress. HEX triplet: 76, 67 and 68. RGB value is (118,103,104). Sum of RGB (Red+Green+Blue) = 118+103+104=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766768 is #899897. Grayscale: #6B6B6B. Windows color (decimal): -9017496 or 6842230. OLE color: 6842230.

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

Color convert

RGB118103104-
CMYK00.130.120.54
HSL356º6.79%43.33%-
HSV(B)356º12.71%46.27%-
XYZ14.8214.5515.12-
YUV107.6125.97135.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 104 (41.02% from 255) = 32%
R=36.31%
G=31.69%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810310400.130.120.543566.7943.33
Hex7667680DC3616472b
Octal1661471500151466544753
Binary111011011001111101000011011100110110101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766768; }

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

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

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

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

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

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

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

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