#836978

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

Shades of Strikemaster #836978

Tints of Strikemaster #836978

Color information

#836978 (or 0x836978) is unknown color: approx Strikemaster. HEX triplet: 83, 69 and 78. RGB value is (131,105,120). Sum of RGB (Red+Green+Blue) = 131+105+120=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #836978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836978 is #7C9687. Grayscale: #727272. Windows color (decimal): -8165000 or 7891331. OLE color: 7891331.

HSL color Cylindrical-coordinate representation of color #836978: hue angle of 325.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836978 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB131105120-
CMYK00.200.080.49
HSL325.38º11.02%46.27%-
HSV(B)325.38º19.85%51.37%-
XYZ17.816.2819.97-
YUV114.48131.11139.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=36.80%
G=29.49%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110512000.200.080.49325.3811.0246.27
Hex836978014831145b2e
Octal20315117002410615051356
Binary100000111101001111100001010010001100011010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836978; }

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

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

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

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

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

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

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

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