#7D7872

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

Shades of Concord #7D7872

Tints of Concord #7D7872

Color information

#7D7872 (or 0x7D7872) is unknown color: approx Concord. HEX triplet: 7D, 78 and 72. RGB value is (125,120,114). Sum of RGB (Red+Green+Blue) = 125+120+114=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7872 is #82878D. Grayscale: #787878. Windows color (decimal): -8554382 or 7501949. OLE color: 7501949.

HSL color Cylindrical-coordinate representation of color #7D7872: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7872 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB125120114-
CMYK00.040.090.51
HSL32.73º4.6%46.86%-
HSV(B)32.73º8.8%49.02%-
XYZ18.2119.0118.63-
YUV120.81124.16130.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=34.82%
G=33.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512011400.040.090.5132.734.646.86
Hex7D7872049332152f
Octal17517016204116341557
Binary11111011111000111001001001001110011100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,114); }

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

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

 a { background-color: rgb(125,120,114); }

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

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

 span { border-color: rgb(125,120,114); }

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