#776F8B

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

Shades of Topaz #776F8B

Tints of Topaz #776F8B

Color information

#776F8B (or 0x776F8B) is unknown color: approx Topaz. HEX triplet: 77, 6F and 8B. RGB value is (119,111,139). Sum of RGB (Red+Green+Blue) = 119+111+139=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #776F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F8B is #889074. Grayscale: #747474. Windows color (decimal): -8949877 or 9138039. OLE color: 9138039.

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

Color convert

RGB119111139-
CMYK0.140.2000.45
HSL257.14º11.2%49.02%-
HSV(B)257.14º20.14%54.51%-
XYZ17.9517.1526.79-
YUV116.58140.65129.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=32.25%
G=30.08%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191111390.140.2000.45257.1411.249.02
Hex776F8BE1402D101b31
Octal16715721316240554011361
Binary111011111011111000101111101010001011011000000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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