#7B7A7A

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

Shades of Grey #7B7A7A

Tints of Grey #7B7A7A

Color information

#7B7A7A (or 0x7B7A7A) is unknown color: approx Grey. HEX triplet: 7B, 7A and 7A. RGB value is (123,122,122). Sum of RGB (Red+Green+Blue) = 123+122+122=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A7A is #848585. Grayscale: #7A7A7A. Windows color (decimal): -8684934 or 8026747. OLE color: 8026747.

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

Color convert

RGB123122122-
CMYK00.010.010.52
HSL0.41%48.04%-
HSV(B)0.81%48.24%-
XYZ18.6419.5421.2-
YUV122.3127.83128.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=33.51%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312212200.010.010.5200.4148.04
Hex7B7A7A011340030
Octal173172172011640060
Binary11110111111010111101001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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