#7F708F

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

Shades of Topaz #7F708F

Tints of Topaz #7F708F

Color information

#7F708F (or 0x7F708F) is unknown color: approx Topaz. HEX triplet: 7F, 70 and 8F. RGB value is (127,112,143). Sum of RGB (Red+Green+Blue) = 127+112+143=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F708F is #808F70. Grayscale: #777777. Windows color (decimal): -8425329 or 9400447. OLE color: 9400447.

HSL color Cylindrical-coordinate representation of color #7F708F: hue angle of 269.03º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F708F is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB127112143-
CMYK0.110.2200.44
HSL269.03º12.16%50%-
HSV(B)269.03º21.68%56.08%-
XYZ19.518.0828.45-
YUV120.02140.97132.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=33.25%
G=29.32%
B=37.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271121430.110.2200.44269.0312.1650
Hex7F708FB1602C10dc32
Octal17716021713260544151462
Binary111111111100001000111110111011001011001000011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,112,143); }

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

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

 a { background-color: rgb(127,112,143); }

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

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

 span { border-color: rgb(127,112,143); }

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