Html Css Color HEX #8E8C73 Schist

📋 copy color: '#8E8C73'

red 142 ◦ green 140 ◦ blue 115

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

Shades of Schist #8E8C73

Tints of Schist #8E8C73

RGB

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

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

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

R = 35.77%
G = 35.26%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E8C73 (or 0x8E8C73) is known color: Schist. HEX triplet: 8E, 8C and 73. RGB value is (142,140,115). Sum of RGB (Red+Green+Blue) = 142+140+115=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C73 is #71738C. Grayscale: #898989. Windows color (decimal): -7435149 or 7572622. OLE color: 7572622.

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

Color convert

RGB 142 140 115 -
CMYK 0 0.01 0.19 0.44
HSL 55.56º 0.11% 0.5% -
HSV(B) 55.56º 0.19% 0.56% -
XYZ 23.63 25.74 19.94 -
YUV 137.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 142 140 115 0 0.01 0.19 0.44 55.56 0.11 0.5
Hex 8E 8C 73 0 1 13 2C 38 B 32
Octal 216 214 163 0 1 23 54 70 13 62
Binary 10001110 10001100 1110011 0 1 10011 101100 111000 1011 110010

Color Harmonies of #8E8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8C73

Black with #8E8C73

Text Example


Text Example

White with #8E8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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