#7E7D7A

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

Shades of Concord #7E7D7A

Tints of Concord #7E7D7A

Color information

#7E7D7A (or 0x7E7D7A) is unknown color: approx Concord. HEX triplet: 7E, 7D and 7A. RGB value is (126,125,122). Sum of RGB (Red+Green+Blue) = 126+125+122=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7D7A is #818285. Grayscale: #7C7C7C. Windows color (decimal): -8487558 or 8027518. OLE color: 8027518.

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

Color convert

RGB126125122-
CMYK00.010.030.51
HSL45º1.61%48.63%-
HSV(B)45º3.17%49.41%-
XYZ19.4520.5121.35-
YUV124.96126.33128.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.78%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=33.78%
G=33.51%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12612512200.010.030.51451.6148.63
Hex7E7D7A013332d231
Octal1761751720136355261
Binary111111011111011111010011111001110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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