#868077

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

Shades of Concord #868077

Tints of Concord #868077

Color information

#868077 (or 0x868077) is unknown color: approx Concord. HEX triplet: 86, 80 and 77. RGB value is (134,128,119). Sum of RGB (Red+Green+Blue) = 134+128+119=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868077 is #797F88. Grayscale: #808080. Windows color (decimal): -7962505 or 7831686. OLE color: 7831686.

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

Color convert

RGB134128119-
CMYK00.040.110.47
HSL36º5.93%49.61%-
HSV(B)36º11.19%52.55%-
XYZ20.8821.8420.57-
YUV128.77122.49131.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=35.17%
G=33.60%
B=31.23%

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
Decimal13412811900.040.110.47365.9349.61
Hex86807704B2F24632
Octal20620016704135744662
Binary1000011010000000111011101001011101111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868077; }

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

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

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

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

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

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

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

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