#776C8C

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

Shades of Topaz #776C8C

Tints of Topaz #776C8C

Color information

#776C8C (or 0x776C8C) is unknown color: approx Topaz. HEX triplet: 77, 6C and 8C. RGB value is (119,108,140). Sum of RGB (Red+Green+Blue) = 119+108+140=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #776C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C8C is #889373. Grayscale: #727272. Windows color (decimal): -8950644 or 9202807. OLE color: 9202807.

HSL color Cylindrical-coordinate representation of color #776C8C: hue angle of 260.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776C8C is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119108140-
CMYK0.150.2300.45
HSL260.62º12.9%48.63%-
HSV(B)260.62º22.86%54.9%-
XYZ17.716.5427.07-
YUV114.94142.14130.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=32.43%
G=29.43%
B=38.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191081400.150.2300.45260.6212.948.63
Hex776C8CF1702D105d31
Octal16715421417270554051561
Binary111011111011001000110011111011101011011000001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,140); }

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

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

 a { background-color: rgb(119,108,140); }

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

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

 span { border-color: rgb(119,108,140); }

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