#7A7773

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

Shades of Concord #7A7773

Tints of Concord #7A7773

Color information

#7A7773 (or 0x7A7773) is unknown color: approx Concord. HEX triplet: 7A, 77 and 73. RGB value is (122,119,115). Sum of RGB (Red+Green+Blue) = 122+119+115=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7773 is #85888C. Grayscale: #777777. Windows color (decimal): -8751245 or 7567226. OLE color: 7567226.

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

Color convert

RGB122119115-
CMYK00.020.060.52
HSL34.29º2.95%46.47%-
HSV(B)34.29º5.74%47.84%-
XYZ17.7218.5718.87-
YUV119.44125.49129.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.27%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=34.27%
G=33.43%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211911500.020.060.5234.292.9546.47
Hex7A7773026342232e
Octal1721671630266442356
Binary11110101110111111001101011011010010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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