#925C76

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

Shades of Strikemaster #925C76

Tints of Strikemaster #925C76

Color information

#925C76 (or 0x925C76) is unknown color: approx Strikemaster. HEX triplet: 92, 5C and 76. RGB value is (146,92,118). Sum of RGB (Red+Green+Blue) = 146+92+118=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #925C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C76 is #6DA389. Grayscale: #6F6F6F. Windows color (decimal): -7185290 or 7756946. OLE color: 7756946.

HSL color Cylindrical-coordinate representation of color #925C76: hue angle of 331.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C76 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14692118-
CMYK00.370.190.43
HSL331.11º22.69%46.67%-
HSV(B)331.11º36.99%57.25%-
XYZ18.9515.0719.05-
YUV111.11131.89152.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=41.01%
G=25.84%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469211800.370.190.43331.1122.6946.67
Hex925C76025132B14b172f
Octal22213416604523535132757
Binary100100101011100111011001001011001110101110100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C76; }

 p { color: rgb(146,92,118); }

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

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

 a { background-color: rgb(146,92,118); }

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

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

 span { border-color: rgb(146,92,118); }

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