#836C78

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

Shades of Strikemaster #836C78

Tints of Strikemaster #836C78

Color information

#836C78 (or 0x836C78) is unknown color: approx Strikemaster. HEX triplet: 83, 6C and 78. RGB value is (131,108,120). Sum of RGB (Red+Green+Blue) = 131+108+120=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #836C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C78 is #7C9387. Grayscale: #747474. Windows color (decimal): -8164232 or 7892099. OLE color: 7892099.

HSL color Cylindrical-coordinate representation of color #836C78: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836C78 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB131108120-
CMYK00.180.080.49
HSL328.7º9.62%46.86%-
HSV(B)328.7º17.56%51.37%-
XYZ18.1116.9120.08-
YUV116.24130.12138.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=36.49%
G=30.08%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110812000.180.080.49328.79.6246.86
Hex836C78012831149a2f
Octal20315417002210615111257
Binary100000111101100111100001001010001100011010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836C78; }

 p { color: rgb(131,108,120); }

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

<style>
 a { background-color: #836C78; }

 a { background-color: rgb(131,108,120); }

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

<style>
 span { border-color: #836C78; }

 span { border-color: rgb(131,108,120); }

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