#777282

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

Shades of Topaz #777282

Tints of Topaz #777282

Color information

#777282 (or 0x777282) is unknown color: approx Topaz. HEX triplet: 77, 72 and 82. RGB value is (119,114,130). Sum of RGB (Red+Green+Blue) = 119+114+130=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #777282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777282 is #888D7D. Grayscale: #757575. Windows color (decimal): -8949118 or 8548983. OLE color: 8548983.

HSL color Cylindrical-coordinate representation of color #777282: hue angle of 258.75º degrees, saturation: 0.07, 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 #777282 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119114130-
CMYK0.080.1200.49
HSL258.75º6.56%47.84%-
HSV(B)258.75º12.31%50.98%-
XYZ17.6517.5723.58-
YUV117.32135.16129.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=32.78%
G=31.40%
B=35.81%

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
Decimal1191141300.080.1200.49258.756.5647.84
Hex7772828C031103730
Octal1671622021014061403760
Binary1110111111001010000010100011000110001100000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777282; }

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

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

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

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

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

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

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

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