#867F75

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

Shades of Concord #867F75

Tints of Concord #867F75

Color information

#867F75 (or 0x867F75) is unknown color: approx Concord. HEX triplet: 86, 7F and 75. RGB value is (134,127,117). Sum of RGB (Red+Green+Blue) = 134+127+117=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #867F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F75 is #79808A. Grayscale: #808080. Windows color (decimal): -7962763 or 7700358. OLE color: 7700358.

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

Color convert

RGB134127117-
CMYK00.050.130.47
HSL35.29º6.77%49.22%-
HSV(B)35.29º12.69%52.55%-
XYZ20.6321.5319.9-
YUV127.95121.82132.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=35.45%
G=33.60%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412711700.050.130.4735.296.7749.22
Hex867F7505D2F23731
Octal20617716505155743761
Binary100001101111111111010101011101101111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F75; }

 p { color: rgb(134,127,117); }

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

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

 a { background-color: rgb(134,127,117); }

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

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

 span { border-color: rgb(134,127,117); }

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