#867F70

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

Shades of Concord #867F70

Tints of Concord #867F70

Color information

#867F70 (or 0x867F70) is unknown color: approx Concord. HEX triplet: 86, 7F and 70. RGB value is (134,127,112). Sum of RGB (Red+Green+Blue) = 134+127+112=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F70 is #79808F. Grayscale: #7F7F7F. Windows color (decimal): -7962768 or 7372678. OLE color: 7372678.

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

Color convert

RGB134127112-
CMYK00.050.160.47
HSL40.91º8.94%48.24%-
HSV(B)40.91º16.42%52.55%-
XYZ20.3521.4218.39-
YUV127.38119.32132.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=35.92%
G=34.05%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412711200.050.160.4740.918.9448.24
Hex867F7005102F29930
Octal206177160052057511160
Binary10000110111111111100000101100001011111010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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