#8C6977

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

Shades of Strikemaster #8C6977

Tints of Strikemaster #8C6977

Color information

#8C6977 (or 0x8C6977) is unknown color: approx Strikemaster. HEX triplet: 8C, 69 and 77. RGB value is (140,105,119). Sum of RGB (Red+Green+Blue) = 140+105+119=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6977 is #739688. Grayscale: #757575. Windows color (decimal): -7575177 or 7825804. OLE color: 7825804.

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

Color convert

RGB140105119-
CMYK00.250.150.45
HSL336º14.29%48.04%-
HSV(B)336º25%54.9%-
XYZ19.217.0119.72-
YUV117.06129.1144.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=38.46%
G=28.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010511900.250.150.4533614.2948.04
Hex8C6977019F2D150e30
Octal21415116703117555201660
Binary100011001101001111011101100111111011011010100001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,119); }

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

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

 a { background-color: rgb(140,105,119); }

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

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

 span { border-color: rgb(140,105,119); }

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