Html Css Color HEX #926377 Strikemaster

📋 copy color: '#926377'

red 146 ◦ green 99 ◦ blue 119

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

Shades of Strikemaster #926377

Tints of Strikemaster #926377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 40.11%
G = 27.2%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926377 (or 0x926377) is known color: Strikemaster. HEX triplet: 92, 63 and 77. RGB value is (146,99,119). Sum of RGB (Red+Green+Blue) = 146+99+119=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926377 is #6D9C88. Grayscale: #737373. Windows color (decimal): -7183497 or 7824274. OLE color: 7824274.

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

Color convert

RGB 146 99 119 -
CMYK 0 0.32 0.18 0.43
HSL 334.47º 0.19% 0.48% -
HSV(B) 334.47º 0.32% 0.57% -
XYZ 19.65 16.37 19.58 -
YUV 115.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 146 99 119 0 0.32 0.18 0.43 334.47 0.19 0.48
Hex 92 63 77 0 20 12 2B 14E 13 30
Octal 222 143 167 0 40 22 53 516 23 60
Binary 10010010 1100011 1110111 0 100000 10010 101011 101001110 10011 110000

Color Harmonies of #926377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926377

Black with #926377

Text Example


Text Example

White with #926377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926377; }

 p { color: rgb(146,99,119); }

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

background-color css

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

 a { background-color: rgb(146,99,119); }

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

border-color css

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

 span { border-color: rgb(146,99,119); }

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