#888070

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

Shades of Concord #888070

Tints of Concord #888070

Color information

#888070 (or 0x888070) is unknown color: approx Concord. HEX triplet: 88, 80 and 70. RGB value is (136,128,112). Sum of RGB (Red+Green+Blue) = 136+128+112=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #888070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888070 is #777F8F. Grayscale: #808080. Windows color (decimal): -7831440 or 7372936. OLE color: 7372936.

HSL color Cylindrical-coordinate representation of color #888070: hue angle of 40º 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 #888070 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136128112-
CMYK00.060.180.47
HSL40º9.68%48.63%-
HSV(B)40º17.65%53.33%-
XYZ20.821.8418.45-
YUV128.57118.65133.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612811200.060.180.47409.6848.63
Hex88807006122F28a31
Octal210200160062257501261
Binary100010001000000011100000110100101011111010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888070; }

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

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

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

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

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

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

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

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