#868177

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

Shades of Concord #868177

Tints of Concord #868177

Color information

#868177 (or 0x868177) is unknown color: approx Concord. HEX triplet: 86, 81 and 77. RGB value is (134,129,119). Sum of RGB (Red+Green+Blue) = 134+129+119=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #868177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868177 is #797E88. Grayscale: #818181. Windows color (decimal): -7962249 or 7831942. OLE color: 7831942.

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

Color convert

RGB134129119-
CMYK00.040.110.47
HSL40º5.93%49.61%-
HSV(B)40º11.19%52.55%-
XYZ21.0122.120.61-
YUV129.35122.16131.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=35.08%
G=33.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412911900.040.110.47405.9349.61
Hex86817704B2F28632
Octal20620116704135750662
Binary1000011010000001111011101001011101111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868177; }

 p { color: rgb(134,129,119); }

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

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

 a { background-color: rgb(134,129,119); }

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

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

 span { border-color: rgb(134,129,119); }

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