#846777

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

Shades of Strikemaster #846777

Tints of Strikemaster #846777

Color information

#846777 (or 0x846777) is unknown color: approx Strikemaster. HEX triplet: 84, 67 and 77. RGB value is (132,103,119). Sum of RGB (Red+Green+Blue) = 132+103+119=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846777 is #7B9888. Grayscale: #717171. Windows color (decimal): -8099977 or 7825284. OLE color: 7825284.

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

Color convert

RGB132103119-
CMYK00.220.100.48
HSL326.9º12.34%46.08%-
HSV(B)326.9º21.97%51.76%-
XYZ17.715.9419.6-
YUV113.5131.11141.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=37.29%
G=29.10%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311900.220.100.48326.912.3446.08
Hex846777016A30147c2e
Octal20414716702612605071456
Binary100001001100111111011101011010101100001010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846777; }

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

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

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

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

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

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

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

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