#867F73

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

Shades of Concord #867F73

Tints of Concord #867F73

Color information

#867F73 (or 0x867F73) is unknown color: approx Concord. HEX triplet: 86, 7F and 73. RGB value is (134,127,115). Sum of RGB (Red+Green+Blue) = 134+127+115=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #867F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F73 is #79808C. Grayscale: #7F7F7F. Windows color (decimal): -7962765 or 7569286. OLE color: 7569286.

HSL color Cylindrical-coordinate representation of color #867F73: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867F73 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134127115-
CMYK00.050.140.47
HSL37.89º7.63%48.82%-
HSV(B)37.89º14.18%52.55%-
XYZ20.5221.4819.29-
YUV127.72120.82132.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=35.64%
G=33.78%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412711500.050.140.4737.897.6348.82
Hex867F7305E2F26831
Octal206177163051657461061
Binary1000011011111111110011010111101011111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F73; }

 p { color: rgb(134,127,115); }

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

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

 a { background-color: rgb(134,127,115); }

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

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

 span { border-color: rgb(134,127,115); }

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