#86877D

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

Shades of Jumbo #86877D

Tints of Jumbo #86877D

Color information

#86877D (or 0x86877D) is unknown color: approx Jumbo. HEX triplet: 86, 87 and 7D. RGB value is (134,135,125). Sum of RGB (Red+Green+Blue) = 134+135+125=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #86877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86877D is #797882. Grayscale: #858585. Windows color (decimal): -7960707 or 8226694. OLE color: 8226694.

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

Color convert

RGB134135125-
CMYK0.0100.070.47
HSL66º4%50.98%-
HSV(B)66º7.41%52.94%-
XYZ22.223.8822.84-
YUV133.56123.17128.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=34.01%
G=34.26%
B=31.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351250.0100.070.4766450.98
Hex86877D1072F42433
Octal20620717510757102463
Binary10000110100001111111101101111011111000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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