#776F8C

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

Shades of Topaz #776F8C

Tints of Topaz #776F8C

Color information

#776F8C (or 0x776F8C) is unknown color: approx Topaz. HEX triplet: 77, 6F and 8C. RGB value is (119,111,140). Sum of RGB (Red+Green+Blue) = 119+111+140=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #776F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F8C is #889073. Grayscale: #747474. Windows color (decimal): -8949876 or 9203575. OLE color: 9203575.

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

Color convert

RGB119111140-
CMYK0.150.2100.45
HSL256.55º11.55%49.22%-
HSV(B)256.55º20.71%54.9%-
XYZ18.0317.1827.18-
YUV116.7141.15129.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=32.16%
G=30%
B=37.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191111400.150.2100.45256.5511.5549.22
Hex776F8CF1502D101c31
Octal16715721417250554011461
Binary111011111011111000110011111010101011011000000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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