#776D8B

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

Shades of Topaz #776D8B

Tints of Topaz #776D8B

Color information

#776D8B (or 0x776D8B) is unknown color: approx Topaz. HEX triplet: 77, 6D and 8B. RGB value is (119,109,139). Sum of RGB (Red+Green+Blue) = 119+109+139=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #776D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D8B is #889274. Grayscale: #737373. Windows color (decimal): -8950389 or 9137527. OLE color: 9137527.

HSL color Cylindrical-coordinate representation of color #776D8B: hue angle of 260º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776D8B is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119109139-
CMYK0.140.2200.45
HSL260º12.1%48.63%-
HSV(B)260º21.58%54.51%-
XYZ17.7416.7226.72-
YUV115.41141.31130.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=32.43%
G=29.70%
B=37.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191091390.140.2200.4526012.148.63
Hex776D8BE1602D104c31
Octal16715521316260554041461
Binary111011111011011000101111101011001011011000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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