#7A777E

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

Shades of Topaz #7A777E

Tints of Topaz #7A777E

Color information

#7A777E (or 0x7A777E) is unknown color: approx Topaz. HEX triplet: 7A, 77 and 7E. RGB value is (122,119,126). Sum of RGB (Red+Green+Blue) = 122+119+126=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A777E is #858881. Grayscale: #787878. Windows color (decimal): -8751234 or 8288122. OLE color: 8288122.

HSL color Cylindrical-coordinate representation of color #7A777E: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A777E is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB122119126-
CMYK0.030.0600.51
HSL265.71º2.86%48.04%-
HSV(B)265.71º5.56%49.41%-
XYZ18.3918.8422.41-
YUV120.7130.99128.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=33.24%
G=32.43%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221191260.030.0600.51265.712.8648.04
Hex7A777E3603310a330
Octal17216717636063412360
Binary11110101110111111111011110011001110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,126); }

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

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

 a { background-color: rgb(122,119,126); }

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

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

 span { border-color: rgb(122,119,126); }

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