#766E84

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

Shades of Topaz #766E84

Tints of Topaz #766E84

Color information

#766E84 (or 0x766E84) is unknown color: approx Topaz. HEX triplet: 76, 6E and 84. RGB value is (118,110,132). Sum of RGB (Red+Green+Blue) = 118+110+132=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #766E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E84 is #89917B. Grayscale: #727272. Windows color (decimal): -9015676 or 8679030. OLE color: 8679030.

HSL color Cylindrical-coordinate representation of color #766E84: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766E84 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118110132-
CMYK0.110.1700.48
HSL261.82º9.09%47.45%-
HSV(B)261.82º16.67%51.76%-
XYZ17.2116.6724.14-
YUV114.9137.65130.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=32.78%
G=30.56%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181101320.110.1700.48261.829.0947.45
Hex766E84B1103010692f
Octal16615620413210604061157
Binary111011011011101000010010111000101100001000001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E84; }

 p { color: rgb(118,110,132); }

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

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

 a { background-color: rgb(118,110,132); }

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

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

 span { border-color: rgb(118,110,132); }

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