#776D88

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

Shades of Topaz #776D88

Tints of Topaz #776D88

Color information

#776D88 (or 0x776D88) is unknown color: approx Topaz. HEX triplet: 77, 6D and 88. RGB value is (119,109,136). Sum of RGB (Red+Green+Blue) = 119+109+136=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #776D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D88 is #889277. Grayscale: #727272. Windows color (decimal): -8950392 or 8940919. OLE color: 8940919.

HSL color Cylindrical-coordinate representation of color #776D88: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #776D88 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119109136-
CMYK0.120.2000.47
HSL262.22º11.02%48.04%-
HSV(B)262.22º19.85%53.33%-
XYZ17.5216.6425.58-
YUV115.07139.81130.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=32.69%
G=29.95%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191091360.120.2000.47262.2211.0248.04
Hex776D88C1402F106b30
Octal16715521014240574061360
Binary111011111011011000100011001010001011111000001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D88; }

 p { color: rgb(119,109,136); }

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

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

 a { background-color: rgb(119,109,136); }

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

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

 span { border-color: rgb(119,109,136); }

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