Html Css Color HEX #974C79 Strikemaster

📋 copy color: '#974C79'

red 151 ◦ green 76 ◦ blue 121

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

Shades of Strikemaster #974C79

Tints of Strikemaster #974C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 43.39%
G = 21.84%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#974C79 (or 0x974C79) is known color: Strikemaster. HEX triplet: 97, 4C and 79. RGB value is (151,76,121). Sum of RGB (Red+Green+Blue) = 151+76+121=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C79 is #68B386. Grayscale: #676767. Windows color (decimal): -6861703 or 7949463. OLE color: 7949463.

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

Color convert

RGB 151 76 121 -
CMYK 0 0.50 0.20 0.41
HSL 324º 0.33% 0.45% -
HSV(B) 324º 0.5% 0.59% -
XYZ 18.8 13.13 19.63 -
YUV 103.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 151 76 121 0 0.50 0.20 0.41 324 0.33 0.45
Hex 97 4C 79 0 32 14 29 144 21 2D
Octal 227 114 171 0 62 24 51 504 41 55
Binary 10010111 1001100 1111001 0 110010 10100 101001 101000100 100001 101101

Color Harmonies of #974C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C79

Black with #974C79

Text Example


Text Example

White with #974C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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