#868783

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

Shades of Jumbo #868783

Tints of Jumbo #868783

Color information

#868783 (or 0x868783) is unknown color: approx Jumbo. HEX triplet: 86, 87 and 83. RGB value is (134,135,131). Sum of RGB (Red+Green+Blue) = 134+135+131=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 135 - color contains mainly: green. Hex color #868783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868783 is #79787C. Grayscale: #868686. Windows color (decimal): -7960701 or 8619910. OLE color: 8619910.

HSL color Cylindrical-coordinate representation of color #868783: hue angle of 75º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868783 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB134135131-
CMYK0.0100.030.47
HSL75º1.64%52.16%-
HSV(B)75º2.96%52.94%-
XYZ22.5924.0324.92-
YUV134.24126.17127.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=33.5%
G=33.75%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351310.0100.030.47751.6452.16
Hex8687831032F4b234
Octal20620720310357113264
Binary1000011010000111100000111011101111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868783; }

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

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

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

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

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

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

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

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