#7B7A7F

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

Shades of Topaz #7B7A7F

Tints of Topaz #7B7A7F

Color information

#7B7A7F (or 0x7B7A7F) is unknown color: approx Topaz. HEX triplet: 7B, 7A and 7F. RGB value is (123,122,127). Sum of RGB (Red+Green+Blue) = 123+122+127=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B7A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A7F is #848580. Grayscale: #7A7A7A. Windows color (decimal): -8684929 or 8354427. OLE color: 8354427.

HSL color Cylindrical-coordinate representation of color #7B7A7F: hue angle of 252º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7B7A7F is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB123122127-
CMYK0.030.0400.50
HSL252º2.01%48.82%-
HSV(B)252º3.94%49.8%-
XYZ18.9619.6622.87-
YUV122.87130.33128.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.06%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 127 (50% from 255) = 34.14%
R=33.06%
G=32.80%
B=34.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1231221270.030.0400.502522.0148.82
Hex7B7A7F34032fc231
Octal17317217734062374261
Binary1111011111101011111111110001100101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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