Html Css Color HEX #8D8C70 Schist

📋 copy color: '#8D8C70'

red 141 ◦ green 140 ◦ blue 112

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

Shades of Schist #8D8C70

Tints of Schist #8D8C70

RGB

 RED value IS 141 (55.47% from 255) = 35.88%

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

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 35.88%
G = 35.62%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D8C70 (or 0x8D8C70) is known color: Schist. HEX triplet: 8D, 8C and 70. RGB value is (141,140,112). Sum of RGB (Red+Green+Blue) = 141+140+112=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8C70 is #72738F. Grayscale: #898989. Windows color (decimal): -7500688 or 7376013. OLE color: 7376013.

HSL color Cylindrical-coordinate representation of color #8D8C70: hue angle of 57.93º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D8C70 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 140 112 -
CMYK 0 0.01 0.21 0.45
HSL 57.93º 0.11% 0.5% -
HSV(B) 57.93º 0.21% 0.55% -
XYZ 23.29 25.59 19.04 -
YUV 137.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 141 140 112 0 0.01 0.21 0.45 57.93 0.11 0.5
Hex 8D 8C 70 0 1 15 2D 3A B 32
Octal 215 214 160 0 1 25 55 72 13 62
Binary 10001101 10001100 1110000 0 1 10101 101101 111010 1011 110010

Color Harmonies of #8D8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8C70

Black with #8D8C70

Text Example


Text Example

White with #8D8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,140,112); }

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

background-color css

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

 a { background-color: rgb(141,140,112); }

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

border-color css

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

 span { border-color: rgb(141,140,112); }

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