#7F788D

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

Shades of Topaz #7F788D

Tints of Topaz #7F788D

Color information

#7F788D (or 0x7F788D) is unknown color: approx Topaz. HEX triplet: 7F, 78 and 8D. RGB value is (127,120,141). Sum of RGB (Red+Green+Blue) = 127+120+141=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F788D is #808772. Grayscale: #7C7C7C. Windows color (decimal): -8423283 or 9271423. OLE color: 9271423.

HSL color Cylindrical-coordinate representation of color #7F788D: hue angle of 260º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F788D is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB127120141-
CMYK0.100.1500.45
HSL260º8.43%51.18%-
HSV(B)260º14.89%55.29%-
XYZ20.2819.8727.97-
YUV124.49137.32129.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.73%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=32.73%
G=30.93%
B=36.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271201410.100.1500.452608.4351.18
Hex7F788DAF02D104833
Octal17717021512170554041063
Binary11111111111000100011011010111101011011000001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F788D; }

 p { color: rgb(127,120,141); }

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

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

 a { background-color: rgb(127,120,141); }

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

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

 span { border-color: rgb(127,120,141); }

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