Html Css Color HEX #976479 Strikemaster

📋 copy color: '#976479'

red 151 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #976479

Tints of Strikemaster #976479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 40.59%
G = 26.88%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#976479 (or 0x976479) is known color: Strikemaster. HEX triplet: 97, 64 and 79. RGB value is (151,100,121). Sum of RGB (Red+Green+Blue) = 151+100+121=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #976479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976479 is #689B86. Grayscale: #757575. Windows color (decimal): -6855559 or 7955607. OLE color: 7955607.

HSL color Cylindrical-coordinate representation of color #976479: hue angle of 335.29º 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 #976479 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 121 -
CMYK 0 0.34 0.20 0.41
HSL 335.29º 0.2% 0.49% -
HSV(B) 335.29º 0.34% 0.59% -
XYZ 20.77 17.07 20.29 -
YUV 117.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 151 100 121 0 0.34 0.20 0.41 335.29 0.2 0.49
Hex 97 64 79 0 22 14 29 14F 14 31
Octal 227 144 171 0 42 24 51 517 24 61
Binary 10010111 1100100 1111001 0 100010 10100 101001 101001111 10100 110001

Color Harmonies of #976479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976479

Black with #976479

Text Example


Text Example

White with #976479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976479; }

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

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

background-color css

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

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

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

border-color css

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

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

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