#827079

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

Shades of Strikemaster #827079

Tints of Strikemaster #827079

Color information

#827079 (or 0x827079) is unknown color: approx Strikemaster. HEX triplet: 82, 70 and 79. RGB value is (130,112,121). Sum of RGB (Red+Green+Blue) = 130+112+121=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827079 is #7D8F86. Grayscale: #767676. Windows color (decimal): -8228743 or 7958658. OLE color: 7958658.

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

Color convert

RGB130112121-
CMYK00.140.070.49
HSL330º7.44%47.45%-
HSV(B)330º13.85%50.98%-
XYZ18.4517.7120.54-
YUV118.41129.46136.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=35.81%
G=30.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011212100.140.070.493307.4447.45
Hex8270790E73114a72f
Octal202160171016761512757
Binary100000101110000111100101110111110001101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827079; }

 p { color: rgb(130,112,121); }

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

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

 a { background-color: rgb(130,112,121); }

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

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

 span { border-color: rgb(130,112,121); }

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