#816E78

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

Shades of Strikemaster #816E78

Tints of Strikemaster #816E78

Color information

#816E78 (or 0x816E78) is unknown color: approx Strikemaster. HEX triplet: 81, 6E and 78. RGB value is (129,110,120). Sum of RGB (Red+Green+Blue) = 129+110+120=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #816E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E78 is #7E9187. Grayscale: #747474. Windows color (decimal): -8294792 or 7892609. OLE color: 7892609.

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

Color convert

RGB129110120-
CMYK00.150.070.49
HSL328.42º7.95%46.86%-
HSV(B)328.42º14.73%50.59%-
XYZ18.0217.1820.13-
YUV116.82129.79136.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=35.93%
G=30.64%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911012000.150.070.49328.427.9546.86
Hex816E780F73114882f
Octal2011561700177615101057
Binary1000000111011101111000011111111100011010010001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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