Html Css Color HEX #975A79 Strikemaster

📋 copy color: '#975A79'

red 151 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #975A79

Tints of Strikemaster #975A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 41.71%
G = 24.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#975A79 (or 0x975A79) is known color: Strikemaster. HEX triplet: 97, 5A and 79. RGB value is (151,90,121). Sum of RGB (Red+Green+Blue) = 151+90+121=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #975A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A79 is #68A586. Grayscale: #6F6F6F. Windows color (decimal): -6858119 or 7953047. OLE color: 7953047.

HSL color Cylindrical-coordinate representation of color #975A79: hue angle of 329.51º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A79 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 121 -
CMYK 0 0.40 0.20 0.41
HSL 329.51º 0.25% 0.47% -
HSV(B) 329.51º 0.4% 0.59% -
XYZ 19.87 15.27 19.99 -
YUV 111.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 151 90 121 0 0.40 0.20 0.41 329.51 0.25 0.47
Hex 97 5A 79 0 28 14 29 14A 19 2F
Octal 227 132 171 0 50 24 51 512 31 57
Binary 10010111 1011010 1111001 0 101000 10100 101001 101001010 11001 101111

Color Harmonies of #975A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A79

Black with #975A79

Text Example


Text Example

White with #975A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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