#887F70

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

Shades of Concord #887F70

Tints of Concord #887F70

Color information

#887F70 (or 0x887F70) is unknown color: approx Concord. HEX triplet: 88, 7F and 70. RGB value is (136,127,112). Sum of RGB (Red+Green+Blue) = 136+127+112=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F70 is #77808F. Grayscale: #808080. Windows color (decimal): -7831696 or 7372680. OLE color: 7372680.

HSL color Cylindrical-coordinate representation of color #887F70: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887F70 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136127112-
CMYK00.070.180.47
HSL37.5º9.68%48.63%-
HSV(B)37.5º17.65%53.33%-
XYZ20.6721.5818.41-
YUV127.98118.98133.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=36.27%
G=33.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612711200.070.180.4737.59.6848.63
Hex887F7007122F25a31
Octal210177160072257451261
Binary10001000111111111100000111100101011111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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