#777187

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

Shades of Topaz #777187

Tints of Topaz #777187

Color information

#777187 (or 0x777187) is unknown color: approx Topaz. HEX triplet: 77, 71 and 87. RGB value is (119,113,135). Sum of RGB (Red+Green+Blue) = 119+113+135=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #777187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777187 is #888E78. Grayscale: #757575. Windows color (decimal): -8949369 or 8876407. OLE color: 8876407.

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

Color convert

RGB119113135-
CMYK0.120.1600.47
HSL256.36º8.87%48.63%-
HSV(B)256.36º16.3%52.94%-
XYZ17.8917.4825.35-
YUV117.3137.99129.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=32.43%
G=30.79%
B=36.78%

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
Decimal1191131350.120.1600.47256.368.8748.63
Hex777187C1002F100931
Octal16716120714200574001161
Binary111011111100011000011111001000001011111000000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777187; }

 p { color: rgb(119,113,135); }

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

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

 a { background-color: rgb(119,113,135); }

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

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

 span { border-color: rgb(119,113,135); }

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