Html Css Color HEX #977286 Strikemaster

📋 copy color: '#977286'

red 151 ◦ green 114 ◦ blue 134

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

Shades of Strikemaster #977286

Tints of Strikemaster #977286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.57%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 37.84%
G = 28.57%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#977286 (or 0x977286) is known color: Strikemaster. HEX triplet: 97, 72 and 86. RGB value is (151,114,134). Sum of RGB (Red+Green+Blue) = 151+114+134=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #977286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977286 is #688D79. Grayscale: #7F7F7F. Windows color (decimal): -6851962 or 8811159. OLE color: 8811159.

HSL color Cylindrical-coordinate representation of color #977286: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977286 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 134 -
CMYK 0 0.25 0.11 0.41
HSL 327.57º 0.15% 0.52% -
HSV(B) 327.57º 0.25% 0.59% -
XYZ 23.08 20.34 25.26 -
YUV 127.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 151 114 134 0 0.25 0.11 0.41 327.57 0.15 0.52
Hex 97 72 86 0 19 B 29 148 F 34
Octal 227 162 206 0 31 13 51 510 17 64
Binary 10010111 1110010 10000110 0 11001 1011 101001 101001000 1111 110100

Color Harmonies of #977286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977286

Black with #977286

Text Example


Text Example

White with #977286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977286; }

 p { color: rgb(151,114,134); }

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

background-color css

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

 a { background-color: rgb(151,114,134); }

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

border-color css

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

 span { border-color: rgb(151,114,134); }

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