#846277

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

Shades of Strikemaster #846277

Tints of Strikemaster #846277

Color information

#846277 (or 0x846277) is unknown color: approx Strikemaster. HEX triplet: 84, 62 and 77. RGB value is (132,98,119). Sum of RGB (Red+Green+Blue) = 132+98+119=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846277 is #7B9D88. Grayscale: #6E6E6E. Windows color (decimal): -8101257 or 7824004. OLE color: 7824004.

HSL color Cylindrical-coordinate representation of color #846277: hue angle of 322.94º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846277 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13298119-
CMYK00.260.100.48
HSL322.94º14.78%45.1%-
HSV(B)322.94º25.76%51.76%-
XYZ17.2114.9719.44-
YUV110.56132.76143.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=37.82%
G=28.08%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329811900.260.100.48322.9414.7845.1
Hex84627701AA30143f2d
Octal20414216703212605031755
Binary100001001100010111011101101010101100001010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846277; }

 p { color: rgb(132,98,119); }

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

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

 a { background-color: rgb(132,98,119); }

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

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

 span { border-color: rgb(132,98,119); }

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