#76737C

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

Shades of Topaz #76737C

Tints of Topaz #76737C

Color information

#76737C (or 0x76737C) is unknown color: approx Topaz. HEX triplet: 76, 73 and 7C. RGB value is (118,115,124). Sum of RGB (Red+Green+Blue) = 118+115+124=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #76737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737C is #898C83. Grayscale: #747474. Windows color (decimal): -9014404 or 8156022. OLE color: 8156022.

HSL color Cylindrical-coordinate representation of color #76737C: hue angle of 260º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76737C is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118115124-
CMYK0.050.0700.51
HSL260º3.77%46.86%-
HSV(B)260º7.26%48.63%-
XYZ17.2417.5721.55-
YUV116.92131.99128.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=33.05%
G=32.21%
B=34.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181151240.050.0700.512603.7746.86
Hex76737C5703310442f
Octal16616317457063404457
Binary1110110111001111111001011110110011100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76737C; }

 p { color: rgb(118,115,124); }

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

<style>
 a { background-color: #76737C; }

 a { background-color: rgb(118,115,124); }

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

<style>
 span { border-color: #76737C; }

 span { border-color: rgb(118,115,124); }

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