#776768

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

Shades of Empress #776768

Tints of Empress #776768

Color information

#776768 (or 0x776768) is unknown color: approx Empress. HEX triplet: 77, 67 and 68. RGB value is (119,103,104). Sum of RGB (Red+Green+Blue) = 119+103+104=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776768 is #889897. Grayscale: #6B6B6B. Windows color (decimal): -8951960 or 6842231. OLE color: 6842231.

HSL color Cylindrical-coordinate representation of color #776768: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776768 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB119103104-
CMYK00.130.130.53
HSL356.25º7.21%43.53%-
HSV(B)356.25º13.45%46.67%-
XYZ14.9614.6215.13-
YUV107.9125.8135.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=36.50%
G=31.60%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910310400.130.130.53356.257.2143.53
Hex7767680DD3516472c
Octal1671471500151565544754
Binary111011111001111101000011011101110101101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776768; }

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

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

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

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

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

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

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

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