#776F84

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

Shades of Topaz #776F84

Tints of Topaz #776F84

Color information

#776F84 (or 0x776F84) is unknown color: approx Topaz. HEX triplet: 77, 6F and 84. RGB value is (119,111,132). Sum of RGB (Red+Green+Blue) = 119+111+132=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #776F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F84 is #88907B. Grayscale: #737373. Windows color (decimal): -8949884 or 8679287. OLE color: 8679287.

HSL color Cylindrical-coordinate representation of color #776F84: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776F84 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119111132-
CMYK0.100.1600.48
HSL262.86º8.64%47.65%-
HSV(B)262.86º15.91%51.76%-
XYZ17.4616.9624.18-
YUV115.79137.15130.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=32.87%
G=30.66%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191111320.100.1600.48262.868.6447.65
Hex776F84A10030107930
Octal16715720412200604071160
Binary111011111011111000010010101000001100001000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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