#7F738B

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

Shades of Topaz #7F738B

Tints of Topaz #7F738B

Color information

#7F738B (or 0x7F738B) is unknown color: approx Topaz. HEX triplet: 7F, 73 and 8B. RGB value is (127,115,139). Sum of RGB (Red+Green+Blue) = 127+115+139=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F738B is #808C74. Grayscale: #797979. Windows color (decimal): -8424565 or 9139071. OLE color: 9139071.

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

Color convert

RGB127115139-
CMYK0.090.1700.45
HSL270º9.45%49.8%-
HSV(B)270º17.27%54.51%-
XYZ19.5418.6426.99-
YUV121.32137.98132.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=33.33%
G=30.18%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271151390.090.1700.452709.4549.8
Hex7F738B91102D10e932
Octal17716321311210554161162
Binary111111111100111000101110011000101011011000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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