#8C677B

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

Shades of Strikemaster #8C677B

Tints of Strikemaster #8C677B

Color information

#8C677B (or 0x8C677B) is unknown color: approx Strikemaster. HEX triplet: 8C, 67 and 7B. RGB value is (140,103,123). Sum of RGB (Red+Green+Blue) = 140+103+123=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C677B is #739884. Grayscale: #747474. Windows color (decimal): -7575685 or 8087436. OLE color: 8087436.

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

Color convert

RGB140103123-
CMYK00.260.120.45
HSL327.57º15.23%47.65%-
HSV(B)327.57º26.43%54.9%-
XYZ19.2416.7120.95-
YUV116.34131.76144.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=38.25%
G=28.14%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010312300.260.120.45327.5715.2347.65
Hex8C677B01AC2D148f30
Octal21414717303214555101760
Binary100011001100111111101101101011001011011010010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,123); }

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

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

 a { background-color: rgb(140,103,123); }

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

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

 span { border-color: rgb(140,103,123); }

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