#797876

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

Shades of Concord #797876

Tints of Concord #797876

Color information

#797876 (or 0x797876) is unknown color: approx Concord. HEX triplet: 79, 78 and 76. RGB value is (121,120,118). Sum of RGB (Red+Green+Blue) = 121+120+118=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 121 - color contains mainly: red. Hex color #797876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797876 is #868789. Grayscale: #787878. Windows color (decimal): -8816522 or 7764089. OLE color: 7764089.

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

Color convert

RGB121120118-
CMYK00.010.020.53
HSL40º1.26%46.86%-
HSV(B)40º2.48%47.45%-
XYZ17.8718.8119.83-
YUV120.07126.83128.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=33.70%
G=33.43%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112011800.010.020.53401.2646.86
Hex797876012352812f
Octal1711701660126550157
Binary11110011111000111011001101101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797876; }

 p { color: rgb(121,120,118); }

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

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

 a { background-color: rgb(121,120,118); }

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

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

 span { border-color: rgb(121,120,118); }

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