#877F70

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

Shades of Concord #877F70

Tints of Concord #877F70

Color information

#877F70 (or 0x877F70) is unknown color: approx Concord. HEX triplet: 87, 7F and 70. RGB value is (135,127,112). Sum of RGB (Red+Green+Blue) = 135+127+112=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F70 is #78808F. Grayscale: #7F7F7F. Windows color (decimal): -7897232 or 7372679. OLE color: 7372679.

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

Color convert

RGB135127112-
CMYK00.060.170.47
HSL39.13º9.31%48.43%-
HSV(B)39.13º17.04%52.94%-
XYZ20.5121.518.4-
YUV127.68119.15133.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=36.10%
G=33.96%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512711200.060.170.4739.139.3148.43
Hex877F7006112F27930
Octal207177160062157471160
Binary10000111111111111100000110100011011111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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