#926F7F

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

Shades of Strikemaster #926F7F

Tints of Strikemaster #926F7F

Color information

#926F7F (or 0x926F7F) is unknown color: approx Strikemaster. HEX triplet: 92, 6F and 7F. RGB value is (146,111,127). Sum of RGB (Red+Green+Blue) = 146+111+127=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #926F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F7F is #6D9080. Grayscale: #7B7B7B. Windows color (decimal): -7180417 or 8351634. OLE color: 8351634.

HSL color Cylindrical-coordinate representation of color #926F7F: hue angle of 332.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F7F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146111127-
CMYK00.240.130.43
HSL332.57º13.83%50.39%-
HSV(B)332.57º23.97%57.25%-
XYZ21.3719.0122.62-
YUV123.29130.1144.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 127 (50% from 255) = 33.07%
R=38.02%
G=28.91%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611112700.240.130.43332.5713.8350.39
Hex926F7F018D2B14de32
Octal22215717703015535151662
Binary100100101101111111111101100011011010111010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F7F; }

 p { color: rgb(146,111,127); }

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

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

 a { background-color: rgb(146,111,127); }

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

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

 span { border-color: rgb(146,111,127); }

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