#8E8D7F

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

Shades of Jumbo #8E8D7F

Tints of Jumbo #8E8D7F

Color information

#8E8D7F (or 0x8E8D7F) is unknown color: approx Jumbo. HEX triplet: 8E, 8D and 7F. RGB value is (142,141,127). Sum of RGB (Red+Green+Blue) = 142+141+127=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8D7F is #717280. Grayscale: #8B8B8B. Windows color (decimal): -7434881 or 8359310. OLE color: 8359310.

HSL color Cylindrical-coordinate representation of color #8E8D7F: hue angle of 56º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8D7F is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142141127-
CMYK00.010.110.44
HSL56º6.22%52.75%-
HSV(B)56º10.56%55.69%-
XYZ24.5126.3323.87-
YUV139.7120.83129.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 127 (50% from 255) = 30.98%
R=34.63%
G=34.39%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214112700.010.110.44566.2252.75
Hex8E8D7F01B2C38635
Octal21621517701135470665
Binary10001110100011011111111011011101100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8D7F; }

 p { color: rgb(142,141,127); }

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

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

 a { background-color: rgb(142,141,127); }

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

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

 span { border-color: rgb(142,141,127); }

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