Html Css Color HEX #8E8B73 Schist

📋 copy color: '#8E8B73'

red 142 ◦ green 139 ◦ blue 115

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

Shades of Schist #8E8B73

Tints of Schist #8E8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 35.86%
G = 35.1%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E8B73 (or 0x8E8B73) is known color: Schist. HEX triplet: 8E, 8B and 73. RGB value is (142,139,115). Sum of RGB (Red+Green+Blue) = 142+139+115=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B73 is #71748C. Grayscale: #898989. Windows color (decimal): -7435405 or 7572366. OLE color: 7572366.

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

Color convert

RGB 142 139 115 -
CMYK 0 0.02 0.19 0.44
HSL 53.33º 0.11% 0.5% -
HSV(B) 53.33º 0.19% 0.56% -
XYZ 23.48 25.45 19.9 -
YUV 137.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 142 139 115 0 0.02 0.19 0.44 53.33 0.11 0.5
Hex 8E 8B 73 0 2 13 2C 35 B 32
Octal 216 213 163 0 2 23 54 65 13 62
Binary 10001110 10001011 1110011 0 10 10011 101100 110101 1011 110010

Color Harmonies of #8E8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B73

Black with #8E8B73

Text Example


Text Example

White with #8E8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,115); }

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

background-color css

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

 a { background-color: rgb(142,139,115); }

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

border-color css

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

 span { border-color: rgb(142,139,115); }

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