Html Css Color HEX #974D79 Strikemaster

📋 copy color: '#974D79'

red 151 ◦ green 77 ◦ blue 121

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

Shades of Strikemaster #974D79

Tints of Strikemaster #974D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.06%

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

R = 43.27%
G = 22.06%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#974D79 (or 0x974D79) is known color: Strikemaster. HEX triplet: 97, 4D and 79. RGB value is (151,77,121). Sum of RGB (Red+Green+Blue) = 151+77+121=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #974D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D79 is #68B286. Grayscale: #686868. Windows color (decimal): -6861447 or 7949719. OLE color: 7949719.

HSL color Cylindrical-coordinate representation of color #974D79: hue angle of 324.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D79 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 121 -
CMYK 0 0.49 0.20 0.41
HSL 324.32º 0.32% 0.45% -
HSV(B) 324.32º 0.49% 0.59% -
XYZ 18.87 13.27 19.66 -
YUV 104.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 151 77 121 0 0.49 0.20 0.41 324.32 0.32 0.45
Hex 97 4D 79 0 31 14 29 144 20 2D
Octal 227 115 171 0 61 24 51 504 40 55
Binary 10010111 1001101 1111001 0 110001 10100 101001 101000100 100000 101101

Color Harmonies of #974D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D79

Black with #974D79

Text Example


Text Example

White with #974D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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