#767186

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

Shades of Topaz #767186

Tints of Topaz #767186

Color information

#767186 (or 0x767186) is unknown color: approx Topaz. HEX triplet: 76, 71 and 86. RGB value is (118,113,134). Sum of RGB (Red+Green+Blue) = 118+113+134=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #767186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767186 is #898E79. Grayscale: #747474. Windows color (decimal): -9014906 or 8810870. OLE color: 8810870.

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

Color convert

RGB118113134-
CMYK0.120.1600.47
HSL254.29º8.5%48.43%-
HSV(B)254.29º15.67%52.55%-
XYZ17.6817.3824.98-
YUV116.89137.66128.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=32.33%
G=30.96%
B=36.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181131340.120.1600.47254.298.548.43
Hex767186C1002Ffe930
Octal16616120614200573761160
Binary11101101110001100001101100100000101111111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767186; }

 p { color: rgb(118,113,134); }

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

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

 a { background-color: rgb(118,113,134); }

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

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

 span { border-color: rgb(118,113,134); }

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