#916678

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

Shades of Strikemaster #916678

Tints of Strikemaster #916678

Color information

#916678 (or 0x916678) is unknown color: approx Strikemaster. HEX triplet: 91, 66 and 78. RGB value is (145,102,120). Sum of RGB (Red+Green+Blue) = 145+102+120=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #916678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916678 is #6E9987. Grayscale: #747474. Windows color (decimal): -7248264 or 7890577. OLE color: 7890577.

HSL color Cylindrical-coordinate representation of color #916678: hue angle of 334.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916678 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145102120-
CMYK00.300.170.43
HSL334.88º17.41%48.43%-
HSV(B)334.88º29.66%56.86%-
XYZ19.8216.8819.98-
YUV116.91129.75148.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.51%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=39.51%
G=27.79%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510212000.300.170.43334.8817.4148.43
Hex91667801E112B14f1130
Octal22114617003621535172160
Binary10010001110011011110000111101000110101110100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916678; }

 p { color: rgb(145,102,120); }

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

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

 a { background-color: rgb(145,102,120); }

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

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

 span { border-color: rgb(145,102,120); }

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