Html Css Color HEX #925376 Strikemaster

📋 copy color: '#925376'

red 146 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #925376

Tints of Strikemaster #925376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 42.07%
G = 23.92%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#925376 (or 0x925376) is known color: Strikemaster. HEX triplet: 92, 53 and 76. RGB value is (146,83,118). Sum of RGB (Red+Green+Blue) = 146+83+118=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925376 is #6DAC89. Grayscale: #696969. Windows color (decimal): -7187594 or 7754642. OLE color: 7754642.

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

Color convert

RGB 146 83 118 -
CMYK 0 0.43 0.19 0.43
HSL 326.67º 0.28% 0.45% -
HSV(B) 326.67º 0.43% 0.57% -
XYZ 18.22 13.61 18.81 -
YUV 105.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 146 83 118 0 0.43 0.19 0.43 326.67 0.28 0.45
Hex 92 53 76 0 2B 13 2B 147 1C 2D
Octal 222 123 166 0 53 23 53 507 34 55
Binary 10010010 1010011 1110110 0 101011 10011 101011 101000111 11100 101101

Color Harmonies of #925376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925376

Black with #925376

Text Example


Text Example

White with #925376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925376; }

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

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

background-color css

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

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

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

border-color css

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

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

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