#888175

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

Shades of Concord #888175

Tints of Concord #888175

Color information

#888175 (or 0x888175) is unknown color: approx Concord. HEX triplet: 88, 81 and 75. RGB value is (136,129,117). Sum of RGB (Red+Green+Blue) = 136+129+117=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #888175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888175 is #777E8A. Grayscale: #818181. Windows color (decimal): -7831179 or 7700872. OLE color: 7700872.

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

Color convert

RGB136129117-
CMYK00.050.140.47
HSL37.89º7.51%49.61%-
HSV(B)37.89º13.97%53.33%-
XYZ21.2122.2220-
YUV129.72120.82132.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=35.60%
G=33.77%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612911700.050.140.4737.897.5149.61
Hex88817505E2F26832
Octal210201165051657461062
Binary10001000100000011110101010111101011111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888175; }

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

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

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

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

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

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

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

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