#7F7B84

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

Shades of Topaz #7F7B84

Tints of Topaz #7F7B84

Color information

#7F7B84 (or 0x7F7B84) is unknown color: approx Topaz. HEX triplet: 7F, 7B and 84. RGB value is (127,123,132). Sum of RGB (Red+Green+Blue) = 127+123+132=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F7B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7B84 is #80847B. Grayscale: #7D7D7D. Windows color (decimal): -8422524 or 8682367. OLE color: 8682367.

HSL color Cylindrical-coordinate representation of color #7F7B84: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7B84 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB127123132-
CMYK0.040.0700.48
HSL266.67º3.53%50%-
HSV(B)266.67º6.82%51.76%-
XYZ2020.3424.7-
YUV125.22131.83129.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=33.25%
G=32.20%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271231320.040.0700.48266.673.5350
Hex7F7B844703010b432
Octal17717320447060413462
Binary11111111111011100001001001110110000100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,132); }

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

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

 a { background-color: rgb(127,123,132); }

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

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

 span { border-color: rgb(127,123,132); }

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