Html Css Color HEX #976481 Strikemaster

📋 copy color: '#976481'

red 151 ◦ green 100 ◦ blue 129

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

Shades of Strikemaster #976481

Tints of Strikemaster #976481

RGB

 RED value IS 151 (59.38% from 255) = 39.74%

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 39.74%
G = 26.32%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#976481 (or 0x976481) is known color: Strikemaster. HEX triplet: 97, 64 and 81. RGB value is (151,100,129). Sum of RGB (Red+Green+Blue) = 151+100+129=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #976481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976481 is #689B7E. Grayscale: #767676. Windows color (decimal): -6855551 or 8479895. OLE color: 8479895.

HSL color Cylindrical-coordinate representation of color #976481: hue angle of 325.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976481 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 129 -
CMYK 0 0.34 0.15 0.41
HSL 325.88º 0.2% 0.49% -
HSV(B) 325.88º 0.34% 0.59% -
XYZ 21.28 17.28 22.98 -
YUV 118.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 151 100 129 0 0.34 0.15 0.41 325.88 0.2 0.49
Hex 97 64 81 0 22 F 29 146 14 31
Octal 227 144 201 0 42 17 51 506 24 61
Binary 10010111 1100100 10000001 0 100010 1111 101001 101000110 10100 110001

Color Harmonies of #976481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976481

Black with #976481

Text Example


Text Example

White with #976481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976481; }

 p { color: rgb(151,100,129); }

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

background-color css

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

 a { background-color: rgb(151,100,129); }

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

border-color css

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

 span { border-color: rgb(151,100,129); }

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