#797774

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

Shades of Concord #797774

Tints of Concord #797774

Color information

#797774 (or 0x797774) is unknown color: approx Concord. HEX triplet: 79, 77 and 74. RGB value is (121,119,116). Sum of RGB (Red+Green+Blue) = 121+119+116=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 121 - color contains mainly: red. Hex color #797774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797774 is #86888B. Grayscale: #777777. Windows color (decimal): -8816780 or 7632761. OLE color: 7632761.

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

Color convert

RGB121119116-
CMYK00.020.040.53
HSL36º2.11%46.47%-
HSV(B)36º4.13%47.45%-
XYZ17.6318.5219.17-
YUV119.26126.16129.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 116 (45.70% from 255) = 32.58%
R=33.99%
G=33.43%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111911600.020.040.53362.1146.47
Hex797774024352422e
Octal1711671640246544256
Binary11110011110111111010001010011010110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797774; }

 p { color: rgb(121,119,116); }

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

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

 a { background-color: rgb(121,119,116); }

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

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

 span { border-color: rgb(121,119,116); }

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