#816F78

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

Shades of Strikemaster #816F78

Tints of Strikemaster #816F78

Color information

#816F78 (or 0x816F78) is unknown color: approx Strikemaster. HEX triplet: 81, 6F and 78. RGB value is (129,111,120). Sum of RGB (Red+Green+Blue) = 129+111+120=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #816F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F78 is #7E9087. Grayscale: #757575. Windows color (decimal): -8294536 or 7892865. OLE color: 7892865.

HSL color Cylindrical-coordinate representation of color #816F78: hue angle of 330º degrees, saturation: 0.08, 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 #816F78 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB129111120-
CMYK00.140.070.49
HSL330º7.5%47.06%-
HSV(B)330º13.95%50.59%-
XYZ18.1317.3920.17-
YUV117.41129.46136.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=35.83%
G=30.83%
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
Decimal12911112000.140.070.493307.547.06
Hex816F780E73114a82f
Octal2011571700167615121057
Binary1000000111011111111000011101111100011010010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F78; }

 p { color: rgb(129,111,120); }

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

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

 a { background-color: rgb(129,111,120); }

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

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

 span { border-color: rgb(129,111,120); }

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