Html Css Color HEX #8A8976 Schist

📋 copy color: '#8A8976'

red 138 ◦ green 137 ◦ blue 118

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

Shades of Schist #8A8976

Tints of Schist #8A8976

RGB

 RED value IS 138 (54.3% from 255) = 35.11%

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 35.11%
G = 34.86%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A8976 (or 0x8A8976) is known color: Schist. HEX triplet: 8A, 89 and 76. RGB value is (138,137,118). Sum of RGB (Red+Green+Blue) = 138+137+118=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8976 is #757689. Grayscale: #878787. Windows color (decimal): -7698058 or 7768458. OLE color: 7768458.

HSL color Cylindrical-coordinate representation of color #8A8976: hue angle of 57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8976 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 137 118 -
CMYK 0 0.01 0.14 0.46
HSL 57º 0.08% 0.5% -
HSV(B) 57º 0.14% 0.54% -
XYZ 22.7 24.6 20.69 -
YUV 135.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 138 137 118 0 0.01 0.14 0.46 57 0.08 0.5
Hex 8A 89 76 0 1 E 2E 39 8 32
Octal 212 211 166 0 1 16 56 71 10 62
Binary 10001010 10001001 1110110 0 1 1110 101110 111001 1000 110010

Color Harmonies of #8A8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8976

Black with #8A8976

Text Example


Text Example

White with #8A8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,137,118); }

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

background-color css

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

 a { background-color: rgb(138,137,118); }

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

border-color css

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

 span { border-color: rgb(138,137,118); }

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