#7F7C87

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

Shades of Topaz #7F7C87

Tints of Topaz #7F7C87

Color information

#7F7C87 (or 0x7F7C87) is unknown color: approx Topaz. HEX triplet: 7F, 7C and 87. RGB value is (127,124,135). Sum of RGB (Red+Green+Blue) = 127+124+135=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7C87 is #808378. Grayscale: #7E7E7E. Windows color (decimal): -8422265 or 8879231. OLE color: 8879231.

HSL color Cylindrical-coordinate representation of color #7F7C87: hue angle of 256.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F7C87 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB127124135-
CMYK0.060.0800.47
HSL256.36º4.38%50.78%-
HSV(B)256.36º8.15%52.94%-
XYZ20.3320.6825.84-
YUV126.15132.99128.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.90%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=32.90%
G=32.12%
B=34.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271241350.060.0800.47256.364.3850.78
Hex7F7C876802F100433
Octal177174207610057400463
Binary111111111111001000011111010000101111100000000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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