#777185

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

Shades of Topaz #777185

Tints of Topaz #777185

Color information

#777185 (or 0x777185) is unknown color: approx Topaz. HEX triplet: 77, 71 and 85. RGB value is (119,113,133). Sum of RGB (Red+Green+Blue) = 119+113+133=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #777185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777185 is #888E7A. Grayscale: #757575. Windows color (decimal): -8949371 or 8745335. OLE color: 8745335.

HSL color Cylindrical-coordinate representation of color #777185: hue angle of 258º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777185 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119113133-
CMYK0.110.1500.48
HSL258º8.13%48.24%-
HSV(B)258º15.04%52.16%-
XYZ17.7517.4324.62-
YUV117.07136.99129.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=32.60%
G=30.96%
B=36.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191131330.110.1500.482588.1348.24
Hex777185BF030102830
Octal16716120513170604021060
Binary11101111110001100001011011111101100001000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777185; }

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

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

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

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

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

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

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

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