#777180

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

Shades of Topaz #777180

Tints of Topaz #777180

Color information

#777180 (or 0x777180) is unknown color: approx Topaz. HEX triplet: 77, 71 and 80. RGB value is (119,113,128). Sum of RGB (Red+Green+Blue) = 119+113+128=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #777180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777180 is #888E7F. Grayscale: #747474. Windows color (decimal): -8949376 or 8417655. OLE color: 8417655.

HSL color Cylindrical-coordinate representation of color #777180: hue angle of 264º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777180 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119113128-
CMYK0.070.1200.50
HSL264º6.22%47.25%-
HSV(B)264º11.72%50.2%-
XYZ17.4117.2922.84-
YUV116.5134.49129.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=33.06%
G=31.39%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191131280.070.1200.502646.2247.25
Hex7771807C03210862f
Octal167161200714062410657
Binary111011111100011000000011111000110010100001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777180; }

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

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

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

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

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

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

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

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