#868076

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

Shades of Concord #868076

Tints of Concord #868076

Color information

#868076 (or 0x868076) is unknown color: approx Concord. HEX triplet: 86, 80 and 76. RGB value is (134,128,118). Sum of RGB (Red+Green+Blue) = 134+128+118=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #868076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868076 is #797F89. Grayscale: #808080. Windows color (decimal): -7962506 or 7766150. OLE color: 7766150.

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

Color convert

RGB134128118-
CMYK00.040.120.47
HSL37.5º6.35%49.41%-
HSV(B)37.5º11.94%52.55%-
XYZ20.8221.8120.25-
YUV128.65121.99131.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=35.26%
G=33.68%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412811800.040.120.4737.56.3549.41
Hex86807604C2F26631
Octal20620016604145746661
Binary1000011010000000111011001001100101111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868076; }

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

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

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

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

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

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

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

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