Html Css Color HEX #977183 Strikemaster

📋 copy color: '#977183'

red 151 ◦ green 113 ◦ blue 131

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

Shades of Strikemaster #977183

Tints of Strikemaster #977183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 38.23%
G = 28.61%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977183 (or 0x977183) is known color: Strikemaster. HEX triplet: 97, 71 and 83. RGB value is (151,113,131). Sum of RGB (Red+Green+Blue) = 151+113+131=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977183 is #688E7C. Grayscale: #7E7E7E. Windows color (decimal): -6852221 or 8614295. OLE color: 8614295.

HSL color Cylindrical-coordinate representation of color #977183: hue angle of 331.58º 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 #977183 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 131 -
CMYK 0 0.25 0.13 0.41
HSL 331.58º 0.15% 0.52% -
HSV(B) 331.58º 0.25% 0.59% -
XYZ 22.76 20.03 24.14 -
YUV 126.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 151 113 131 0 0.25 0.13 0.41 331.58 0.15 0.52
Hex 97 71 83 0 19 D 29 14C F 34
Octal 227 161 203 0 31 15 51 514 17 64
Binary 10010111 1110001 10000011 0 11001 1101 101001 101001100 1111 110100

Color Harmonies of #977183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977183

Black with #977183

Text Example


Text Example

White with #977183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977183; }

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

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

background-color css

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

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

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

border-color css

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

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

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