#8A8B76

Color #8A8B76 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #8A8B76

Tints of Schist #8A8B76

Color information

#8A8B76 (or 0x8A8B76) is unknown color: approx Schist. HEX triplet: 8A, 8B and 76. RGB value is (138,139,118). Sum of RGB (Red+Green+Blue) = 138+139+118=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B76 is #757489. Grayscale: #888888. Windows color (decimal): -7697546 or 7768970. OLE color: 7768970.

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

Color convert

RGB138139118-
CMYK0.0100.150.45
HSL62.86º8.3%50.39%-
HSV(B)62.86º15.11%54.51%-
XYZ22.9825.1820.79-
YUV136.31117.67129.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=34.94%
G=35.19%
B=29.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381391180.0100.150.4562.868.350.39
Hex8A8B7610F2D3f832
Octal212213166101755771062
Binary100010101000101111101101011111011011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A8B76;
 }
 .AnyTagClassName
 {
   color: #8A8B76;
 }
</style>
background-color css

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

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

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

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

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

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