#776769

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

Shades of Empress #776769

Tints of Empress #776769

Color information

#776769 (or 0x776769) is unknown color: approx Empress. HEX triplet: 77, 67 and 69. RGB value is (119,103,105). Sum of RGB (Red+Green+Blue) = 119+103+105=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776769 is #889896. Grayscale: #6C6C6C. Windows color (decimal): -8951959 or 6907767. OLE color: 6907767.

HSL color Cylindrical-coordinate representation of color #776769: hue angle of 352.5º 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 #776769 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB119103105-
CMYK00.130.120.53
HSL352.5º7.21%43.53%-
HSV(B)352.5º13.45%46.67%-
XYZ15.0114.6415.4-
YUV108.01126.3135.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=36.39%
G=31.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910310500.130.120.53352.57.2143.53
Hex7767690DC3516072c
Octal1671471510151465540754
Binary111011111001111101001011011100110101101100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776769; }

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

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

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

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

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

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

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

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