Html Css Color HEX #8E8C7F Jumbo

📋 copy color: '#8E8C7F'

red 142 ◦ green 140 ◦ blue 127

#8E8C7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jumbo #8E8C7F

Tints of Jumbo #8E8C7F

RGB

 RED value IS 142 (55.86% from 255) = 34.72%

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 127 (50% from 255) = 31.05%

R = 34.72%
G = 34.23%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E8C7F (or 0x8E8C7F) is known color: Jumbo. HEX triplet: 8E, 8C and 7F. RGB value is (142,140,127). Sum of RGB (Red+Green+Blue) = 142+140+127=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C7F is #717380. Grayscale: #8B8B8B. Windows color (decimal): -7435137 or 8359054. OLE color: 8359054.

HSL color Cylindrical-coordinate representation of color #8E8C7F: hue angle of 52º 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 #8E8C7F is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 140 127 -
CMYK 0 0.01 0.11 0.44
HSL 52º 0.06% 0.53% -
HSV(B) 52º 0.11% 0.56% -
XYZ 24.36 26.04 23.82 -
YUV 139.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 142 140 127 0 0.01 0.11 0.44 52 0.06 0.53
Hex 8E 8C 7F 0 1 B 2C 34 6 35
Octal 216 214 177 0 1 13 54 64 6 65
Binary 10001110 10001100 1111111 0 1 1011 101100 110100 110 110101

Color Harmonies of #8E8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8C7F

Black with #8E8C7F

Text Example


Text Example

White with #8E8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8C7F;
 }
 .AnyTagClassName
 {
   color: #8E8C7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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