#925477

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

Shades of Strikemaster #925477

Tints of Strikemaster #925477

Color information

#925477 (or 0x925477) is unknown color: approx Strikemaster. HEX triplet: 92, 54 and 77. RGB value is (146,84,119). Sum of RGB (Red+Green+Blue) = 146+84+119=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925477 is #6DAB88. Grayscale: #6A6A6A. Windows color (decimal): -7187337 or 7820434. OLE color: 7820434.

HSL color Cylindrical-coordinate representation of color #925477: hue angle of 326.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925477 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14684119-
CMYK00.420.180.43
HSL326.13º26.96%45.1%-
HSV(B)326.13º42.47%57.25%-
XYZ18.3513.7819.15-
YUV106.53135.04156.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=41.83%
G=24.07%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468411900.420.180.43326.1326.9645.1
Hex92547702A122B1461b2d
Octal22212416705222535063355
Binary100100101010100111011101010101001010101110100011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925477; }

 p { color: rgb(146,84,119); }

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

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

 a { background-color: rgb(146,84,119); }

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

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

 span { border-color: rgb(146,84,119); }

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