#888172

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

Shades of Concord #888172

Tints of Concord #888172

Color information

#888172 (or 0x888172) is unknown color: approx Concord. HEX triplet: 88, 81 and 72. RGB value is (136,129,114). Sum of RGB (Red+Green+Blue) = 136+129+114=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #888172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888172 is #777E8D. Grayscale: #818181. Windows color (decimal): -7831182 or 7504264. OLE color: 7504264.

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

Color convert

RGB136129114-
CMYK00.050.160.47
HSL40.91º8.8%49.02%-
HSV(B)40.91º16.18%53.33%-
XYZ21.0422.1519.09-
YUV129.38119.32132.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=35.88%
G=34.04%
B=30.08%

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
Decimal13612911400.050.160.4740.918.849.02
Hex88817205102F29931
Octal210201162052057511161
Binary100010001000000111100100101100001011111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888172; }

 p { color: rgb(136,129,114); }

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

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

 a { background-color: rgb(136,129,114); }

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

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

 span { border-color: rgb(136,129,114); }

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