Html Css Color HEX #975679 Strikemaster

📋 copy color: '#975679'

red 151 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #975679

Tints of Strikemaster #975679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 42.18%
G = 24.02%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#975679 (or 0x975679) is known color: Strikemaster. HEX triplet: 97, 56 and 79. RGB value is (151,86,121). Sum of RGB (Red+Green+Blue) = 151+86+121=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #975679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975679 is #68A986. Grayscale: #6D6D6D. Windows color (decimal): -6859143 or 7952023. OLE color: 7952023.

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

Color convert

RGB 151 86 121 -
CMYK 0 0.43 0.20 0.41
HSL 327.69º 0.27% 0.46% -
HSV(B) 327.69º 0.43% 0.59% -
XYZ 19.54 14.62 19.88 -
YUV 109.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 151 86 121 0 0.43 0.20 0.41 327.69 0.27 0.46
Hex 97 56 79 0 2B 14 29 148 1B 2E
Octal 227 126 171 0 53 24 51 510 33 56
Binary 10010111 1010110 1111001 0 101011 10100 101001 101001000 11011 101110

Color Harmonies of #975679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975679

Black with #975679

Text Example


Text Example

White with #975679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975679; }

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

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

background-color css

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

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

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

border-color css

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

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

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