#86877B

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

Shades of Jumbo #86877B

Tints of Jumbo #86877B

Color information

#86877B (or 0x86877B) is unknown color: approx Jumbo. HEX triplet: 86, 87 and 7B. RGB value is (134,135,123). Sum of RGB (Red+Green+Blue) = 134+135+123=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 135 - color contains mainly: green. Hex color #86877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86877B is #797884. Grayscale: #858585. Windows color (decimal): -7960709 or 8095622. OLE color: 8095622.

HSL color Cylindrical-coordinate representation of color #86877B: hue angle of 65º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86877B is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134135123-
CMYK0.0100.090.47
HSL65º4.76%50.59%-
HSV(B)65º8.89%52.94%-
XYZ22.0723.8322.17-
YUV133.33122.17128.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=34.18%
G=34.44%
B=31.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351230.0100.090.47654.7650.59
Hex86877B1092F41533
Octal206207173101157101563
Binary100001101000011111110111010011011111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86877B; }

 p { color: rgb(134,135,123); }

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

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

 a { background-color: rgb(134,135,123); }

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

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

 span { border-color: rgb(134,135,123); }

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