#777382

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

Shades of Topaz #777382

Tints of Topaz #777382

Color information

#777382 (or 0x777382) is unknown color: approx Topaz. HEX triplet: 77, 73 and 82. RGB value is (119,115,130). Sum of RGB (Red+Green+Blue) = 119+115+130=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #777382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777382 is #888C7D. Grayscale: #757575. Windows color (decimal): -8948862 or 8549239. OLE color: 8549239.

HSL color Cylindrical-coordinate representation of color #777382: hue angle of 256º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777382 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119115130-
CMYK0.080.1200.49
HSL256º6.12%48.04%-
HSV(B)256º11.54%50.98%-
XYZ17.7717.823.62-
YUV117.91134.83128.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=32.69%
G=31.59%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191151300.080.1200.492566.1248.04
Hex7773828C031100630
Octal1671632021014061400660
Binary1110111111001110000010100011000110001100000000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777382; }

 p { color: rgb(119,115,130); }

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

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

 a { background-color: rgb(119,115,130); }

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

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

 span { border-color: rgb(119,115,130); }

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