#7F7B8B

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

Shades of Topaz #7F7B8B

Tints of Topaz #7F7B8B

Color information

#7F7B8B (or 0x7F7B8B) is unknown color: approx Topaz. HEX triplet: 7F, 7B and 8B. RGB value is (127,123,139). Sum of RGB (Red+Green+Blue) = 127+123+139=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F7B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7B8B is #808474. Grayscale: #7D7D7D. Windows color (decimal): -8422517 or 9141119. OLE color: 9141119.

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

Color convert

RGB127123139-
CMYK0.090.1200.45
HSL255º6.45%51.37%-
HSV(B)255º11.51%54.51%-
XYZ20.520.5427.31-
YUV126.02135.33128.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=32.65%
G=31.62%
B=35.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271231390.090.1200.452556.4551.37
Hex7F7B8B9C02Dff633
Octal1771732131114055377663
Binary111111111110111000101110011100010110111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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