#7F7C8C

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

Shades of Topaz #7F7C8C

Tints of Topaz #7F7C8C

Color information

#7F7C8C (or 0x7F7C8C) is unknown color: approx Topaz. HEX triplet: 7F, 7C and 8C. RGB value is (127,124,140). Sum of RGB (Red+Green+Blue) = 127+124+140=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F7C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7C8C is #808373. Grayscale: #7E7E7E. Windows color (decimal): -8422260 or 9206911. OLE color: 9206911.

HSL color Cylindrical-coordinate representation of color #7F7C8C: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7C8C is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB127124140-
CMYK0.090.1100.45
HSL251.25º6.5%51.76%-
HSV(B)251.25º11.43%54.9%-
XYZ20.6920.8227.74-
YUV126.72135.49128.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=32.48%
G=31.71%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271241400.090.1100.45251.256.551.76
Hex7F7C8C9B02Dfb734
Octal1771742141113055373764
Binary111111111111001000110010011011010110111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,140); }

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

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

 a { background-color: rgb(127,124,140); }

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

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

 span { border-color: rgb(127,124,140); }

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