Html Css Color HEX #977282 Strikemaster

📋 copy color: '#977282'

red 151 ◦ green 114 ◦ blue 130

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

Shades of Strikemaster #977282

Tints of Strikemaster #977282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 38.23%
G = 28.86%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#977282 (or 0x977282) is known color: Strikemaster. HEX triplet: 97, 72 and 82. RGB value is (151,114,130). Sum of RGB (Red+Green+Blue) = 151+114+130=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977282 is #688D7D. Grayscale: #7E7E7E. Windows color (decimal): -6851966 or 8549015. OLE color: 8549015.

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

Color convert

RGB 151 114 130 -
CMYK 0 0.25 0.14 0.41
HSL 334.05º 0.15% 0.52% -
HSV(B) 334.05º 0.25% 0.59% -
XYZ 22.81 20.23 23.82 -
YUV 126.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 151 114 130 0 0.25 0.14 0.41 334.05 0.15 0.52
Hex 97 72 82 0 19 E 29 14E F 34
Octal 227 162 202 0 31 16 51 516 17 64
Binary 10010111 1110010 10000010 0 11001 1110 101001 101001110 1111 110100

Color Harmonies of #977282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977282

Black with #977282

Text Example


Text Example

White with #977282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977282; }

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

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

background-color css

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

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

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

border-color css

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

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

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