Html Css Color HEX #977083 Strikemaster

📋 copy color: '#977083'

red 151 ◦ green 112 ◦ blue 131

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

Shades of Strikemaster #977083

Tints of Strikemaster #977083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 38.32%
G = 28.43%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977083 (or 0x977083) is known color: Strikemaster. HEX triplet: 97, 70 and 83. RGB value is (151,112,131). Sum of RGB (Red+Green+Blue) = 151+112+131=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #977083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977083 is #688F7C. Grayscale: #7D7D7D. Windows color (decimal): -6852477 or 8614039. OLE color: 8614039.

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

Color convert

RGB 151 112 131 -
CMYK 0 0.26 0.13 0.41
HSL 330.77º 0.16% 0.52% -
HSV(B) 330.77º 0.26% 0.59% -
XYZ 22.65 19.81 24.1 -
YUV 125.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 151 112 131 0 0.26 0.13 0.41 330.77 0.16 0.52
Hex 97 70 83 0 1A D 29 14B 10 34
Octal 227 160 203 0 32 15 51 513 20 64
Binary 10010111 1110000 10000011 0 11010 1101 101001 101001011 10000 110100

Color Harmonies of #977083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977083

Black with #977083

Text Example


Text Example

White with #977083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977083; }

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

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

background-color css

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

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

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

border-color css

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

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

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