Html Css Color HEX #925E7E Strikemaster

📋 copy color: '#925E7E'

red 146 ◦ green 94 ◦ blue 126

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

Shades of Strikemaster #925E7E

Tints of Strikemaster #925E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 39.89%
G = 25.68%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#925E7E (or 0x925E7E) is known color: Strikemaster. HEX triplet: 92, 5E and 7E. RGB value is (146,94,126). Sum of RGB (Red+Green+Blue) = 146+94+126=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #925E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E7E is #6DA181. Grayscale: #717171. Windows color (decimal): -7184770 or 8281746. OLE color: 8281746.

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

Color convert

RGB 146 94 126 -
CMYK 0 0.36 0.14 0.43
HSL 323.08º 0.22% 0.47% -
HSV(B) 323.08º 0.36% 0.57% -
XYZ 19.62 15.62 21.72 -
YUV 113.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 146 94 126 0 0.36 0.14 0.43 323.08 0.22 0.47
Hex 92 5E 7E 0 24 E 2B 143 16 2F
Octal 222 136 176 0 44 16 53 503 26 57
Binary 10010010 1011110 1111110 0 100100 1110 101011 101000011 10110 101111

Color Harmonies of #925E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E7E

Black with #925E7E

Text Example


Text Example

White with #925E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,94,126); }

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

background-color css

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

 a { background-color: rgb(146,94,126); }

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

border-color css

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

 span { border-color: rgb(146,94,126); }

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