Html Css Color HEX #974979 Strikemaster

📋 copy color: '#974979'

red 151 ◦ green 73 ◦ blue 121

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

Shades of Strikemaster #974979

Tints of Strikemaster #974979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 43.77%
G = 21.16%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#974979 (or 0x974979) is known color: Strikemaster. HEX triplet: 97, 49 and 79. RGB value is (151,73,121). Sum of RGB (Red+Green+Blue) = 151+73+121=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #974979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974979 is #68B686. Grayscale: #656565. Windows color (decimal): -6862471 or 7948695. OLE color: 7948695.

HSL color Cylindrical-coordinate representation of color #974979: hue angle of 323.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974979 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 121 -
CMYK 0 0.52 0.20 0.41
HSL 323.08º 0.35% 0.44% -
HSV(B) 323.08º 0.52% 0.59% -
XYZ 18.6 12.72 19.57 -
YUV 101.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 151 73 121 0 0.52 0.20 0.41 323.08 0.35 0.44
Hex 97 49 79 0 34 14 29 143 23 2C
Octal 227 111 171 0 64 24 51 503 43 54
Binary 10010111 1001001 1111001 0 110100 10100 101001 101000011 100011 101100

Color Harmonies of #974979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974979

Black with #974979

Text Example


Text Example

White with #974979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974979; }

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

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

background-color css

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

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

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

border-color css

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

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

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