Html Css Color HEX #976D83 Strikemaster

📋 copy color: '#976D83'

red 151 ◦ green 109 ◦ blue 131

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

Shades of Strikemaster #976D83

Tints of Strikemaster #976D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 38.62%
G = 27.88%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#976D83 (or 0x976D83) is known color: Strikemaster. HEX triplet: 97, 6D and 83. RGB value is (151,109,131). Sum of RGB (Red+Green+Blue) = 151+109+131=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D83 is #68927C. Grayscale: #7C7C7C. Windows color (decimal): -6853245 or 8613271. OLE color: 8613271.

HSL color Cylindrical-coordinate representation of color #976D83: hue angle of 328.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D83 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 131 -
CMYK 0 0.28 0.13 0.41
HSL 328.57º 0.17% 0.51% -
HSV(B) 328.57º 0.28% 0.59% -
XYZ 22.33 19.16 23.99 -
YUV 124.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 151 109 131 0 0.28 0.13 0.41 328.57 0.17 0.51
Hex 97 6D 83 0 1C D 29 149 11 33
Octal 227 155 203 0 34 15 51 511 21 63
Binary 10010111 1101101 10000011 0 11100 1101 101001 101001001 10001 110011

Color Harmonies of #976D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D83

Black with #976D83

Text Example


Text Example

White with #976D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D83; }

 p { color: rgb(151,109,131); }

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

background-color css

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

 a { background-color: rgb(151,109,131); }

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

border-color css

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

 span { border-color: rgb(151,109,131); }

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