#787673

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

Shades of Concord #787673

Tints of Concord #787673

Color information

#787673 (or 0x787673) is unknown color: approx Concord. HEX triplet: 78, 76 and 73. RGB value is (120,118,115). Sum of RGB (Red+Green+Blue) = 120+118+115=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787673 is #87898C. Grayscale: #767676. Windows color (decimal): -8882573 or 7566968. OLE color: 7566968.

HSL color Cylindrical-coordinate representation of color #787673: 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 #787673 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB120118115-
CMYK00.020.040.53
HSL36º2.13%46.08%-
HSV(B)36º4.17%47.06%-
XYZ17.3218.1918.82-
YUV118.26126.16129.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 115 (45.31% 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
Decimal12011811500.020.040.53362.1346.08
Hex787673024352422e
Octal1701661630246544256
Binary11110001110110111001101010011010110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787673; }

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

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

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

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

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

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

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

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