#8B8B74

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

Shades of Schist #8B8B74

Tints of Schist #8B8B74

Color information

#8B8B74 (or 0x8B8B74) is unknown color: approx Schist. HEX triplet: 8B, 8B and 74. RGB value is (139,139,116). Sum of RGB (Red+Green+Blue) = 139+139+116=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B74 is #74748B. Grayscale: #888888. Windows color (decimal): -7632012 or 7637899. OLE color: 7637899.

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

Color convert

RGB139139116-
CMYK000.170.45
HSL60º9.02%50%-
HSV(B)60º16.55%54.51%-
XYZ23.0325.2220.18-
YUV136.38116.5129.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=35.28%
G=35.28%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139116000.170.45609.0250
Hex8B8B7400112D3c932
Octal213213164002155741162
Binary1000101110001011111010000100011011011111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,139,116); }

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

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

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

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

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

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

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