#7F778B

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

Shades of Topaz #7F778B

Tints of Topaz #7F778B

Color information

#7F778B (or 0x7F778B) is unknown color: approx Topaz. HEX triplet: 7F, 77 and 8B. RGB value is (127,119,139). Sum of RGB (Red+Green+Blue) = 127+119+139=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F778B is #808874. Grayscale: #7B7B7B. Windows color (decimal): -8423541 or 9140095. OLE color: 9140095.

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

Color convert

RGB127119139-
CMYK0.090.1400.45
HSL264º7.94%50.59%-
HSV(B)264º14.39%54.51%-
XYZ20.0119.5727.15-
YUV123.67136.65130.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=32.99%
G=30.91%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271191390.090.1400.452647.9450.59
Hex7F778B9E02D108833
Octal17716721311160554101063
Binary11111111110111100010111001111001011011000010001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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