Html Css Color HEX #925B76 Strikemaster

📋 copy color: '#925B76'

red 146 ◦ green 91 ◦ blue 118

#925B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #925B76

Tints of Strikemaster #925B76

RGB

 RED value IS 146 (57.42% from 255) = 41.13%

 GREEN value IS 91 (35.94% from 255) = 25.63%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 41.13%
G = 25.63%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#925B76 (or 0x925B76) is known color: Strikemaster. HEX triplet: 92, 5B and 76. RGB value is (146,91,118). Sum of RGB (Red+Green+Blue) = 146+91+118=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #925B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B76 is #6DA489. Grayscale: #6E6E6E. Windows color (decimal): -7185546 or 7756690. OLE color: 7756690.

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

Color convert

RGB 146 91 118 -
CMYK 0 0.38 0.19 0.43
HSL 330.55º 0.23% 0.46% -
HSV(B) 330.55º 0.38% 0.57% -
XYZ 18.87 14.9 19.02 -
YUV 110.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 146 91 118 0 0.38 0.19 0.43 330.55 0.23 0.46
Hex 92 5B 76 0 26 13 2B 14B 17 2E
Octal 222 133 166 0 46 23 53 513 27 56
Binary 10010010 1011011 1110110 0 100110 10011 101011 101001011 10111 101110

Color Harmonies of #925B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B76

Black with #925B76

Text Example


Text Example

White with #925B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #925B76;
 }
 .AnyTagClassName
 {
   color: #925B76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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