Html Css Color HEX #976279 Strikemaster

📋 copy color: '#976279'

red 151 ◦ green 98 ◦ blue 121

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

Shades of Strikemaster #976279

Tints of Strikemaster #976279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 40.81%
G = 26.49%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#976279 (or 0x976279) is known color: Strikemaster. HEX triplet: 97, 62 and 79. RGB value is (151,98,121). Sum of RGB (Red+Green+Blue) = 151+98+121=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #976279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976279 is #689D86. Grayscale: #747474. Windows color (decimal): -6856071 or 7955095. OLE color: 7955095.

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

Color convert

RGB 151 98 121 -
CMYK 0 0.35 0.20 0.41
HSL 333.96º 0.21% 0.49% -
HSV(B) 333.96º 0.35% 0.59% -
XYZ 20.58 16.7 20.23 -
YUV 116.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 151 98 121 0 0.35 0.20 0.41 333.96 0.21 0.49
Hex 97 62 79 0 23 14 29 14E 15 31
Octal 227 142 171 0 43 24 51 516 25 61
Binary 10010111 1100010 1111001 0 100011 10100 101001 101001110 10101 110001

Color Harmonies of #976279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976279

Black with #976279

Text Example


Text Example

White with #976279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976279; }

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

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

background-color css

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

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

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

border-color css

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

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

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