#865C76

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

Shades of Strikemaster #865C76

Tints of Strikemaster #865C76

Color information

#865C76 (or 0x865C76) is unknown color: approx Strikemaster. HEX triplet: 86, 5C and 76. RGB value is (134,92,118). Sum of RGB (Red+Green+Blue) = 134+92+118=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #865C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C76 is #79A389. Grayscale: #6B6B6B. Windows color (decimal): -7971722 or 7756934. OLE color: 7756934.

HSL color Cylindrical-coordinate representation of color #865C76: hue angle of 322.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C76 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13492118-
CMYK00.310.120.47
HSL322.86º18.58%44.31%-
HSV(B)322.86º31.34%52.55%-
XYZ16.9314.0318.96-
YUV107.52133.91146.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=38.95%
G=26.74%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349211800.310.120.47322.8618.5844.31
Hex865C7601FC2F143132c
Octal20613416603714575032354
Binary1000011010111001110110011111110010111110100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C76; }

 p { color: rgb(134,92,118); }

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

<style>
 a { background-color: #865C76; }

 a { background-color: rgb(134,92,118); }

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

<style>
 span { border-color: #865C76; }

 span { border-color: rgb(134,92,118); }

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