#766F84

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

Shades of Topaz #766F84

Tints of Topaz #766F84

Color information

#766F84 (or 0x766F84) is unknown color: approx Topaz. HEX triplet: 76, 6F and 84. RGB value is (118,111,132). Sum of RGB (Red+Green+Blue) = 118+111+132=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #766F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F84 is #89907B. Grayscale: #737373. Windows color (decimal): -9015420 or 8679286. OLE color: 8679286.

HSL color Cylindrical-coordinate representation of color #766F84: hue angle of 260º 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 #766F84 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118111132-
CMYK0.110.1600.48
HSL260º8.64%47.65%-
HSV(B)260º15.91%51.76%-
XYZ17.3216.8924.18-
YUV115.49137.32129.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=32.69%
G=30.75%
B=36.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181111320.110.1600.482608.6447.65
Hex766F84B10030104930
Octal16615720413200604041160
Binary111011011011111000010010111000001100001000001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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