Html Css Color HEX #977180 Strikemaster

📋 copy color: '#977180'

red 151 ◦ green 113 ◦ blue 128

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

Shades of Strikemaster #977180

Tints of Strikemaster #977180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 38.52%
G = 28.83%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#977180 (or 0x977180) is known color: Strikemaster. HEX triplet: 97, 71 and 80. RGB value is (151,113,128). Sum of RGB (Red+Green+Blue) = 151+113+128=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #977180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977180 is #688E7F. Grayscale: #7E7E7E. Windows color (decimal): -6852224 or 8417687. OLE color: 8417687.

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

Color convert

RGB 151 113 128 -
CMYK 0 0.25 0.15 0.41
HSL 336.32º 0.15% 0.52% -
HSV(B) 336.32º 0.25% 0.59% -
XYZ 22.56 19.95 23.08 -
YUV 126.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 151 113 128 0 0.25 0.15 0.41 336.32 0.15 0.52
Hex 97 71 80 0 19 F 29 150 F 34
Octal 227 161 200 0 31 17 51 520 17 64
Binary 10010111 1110001 10000000 0 11001 1111 101001 101010000 1111 110100

Color Harmonies of #977180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977180

Black with #977180

Text Example


Text Example

White with #977180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977180; }

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

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

background-color css

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

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

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

border-color css

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

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

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