#777184

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

Shades of Topaz #777184

Tints of Topaz #777184

Color information

#777184 (or 0x777184) is unknown color: approx Topaz. HEX triplet: 77, 71 and 84. RGB value is (119,113,132). Sum of RGB (Red+Green+Blue) = 119+113+132=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #777184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777184 is #888E7B. Grayscale: #747474. Windows color (decimal): -8949372 or 8679799. OLE color: 8679799.

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

Color convert

RGB119113132-
CMYK0.100.1400.48
HSL258.95º7.76%48.04%-
HSV(B)258.95º14.39%51.76%-
XYZ17.6817.424.26-
YUV116.96136.49129.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=32.69%
G=31.04%
B=36.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191131320.100.1400.48258.957.7648.04
Hex777184AE030103830
Octal16716120412160604031060
Binary11101111110001100001001010111001100001000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777184; }

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

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

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

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

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

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

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

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