Html Css Color HEX #977283 Strikemaster

📋 copy color: '#977283'

red 151 ◦ green 114 ◦ blue 131

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

Shades of Strikemaster #977283

Tints of Strikemaster #977283

RGB

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

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

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

R = 38.13%
G = 28.79%
B = 33.08%

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

#977283 (or 0x977283) is known color: Strikemaster. HEX triplet: 97, 72 and 83. RGB value is (151,114,131). Sum of RGB (Red+Green+Blue) = 151+114+131=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #977283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977283 is #688D7C. Grayscale: #7E7E7E. Windows color (decimal): -6851965 or 8614551. OLE color: 8614551.

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

Color convert

RGB 151 114 131 -
CMYK 0 0.25 0.13 0.41
HSL 332.43º 0.15% 0.52% -
HSV(B) 332.43º 0.25% 0.59% -
XYZ 22.88 20.25 24.18 -
YUV 127 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 151 114 131 0 0.25 0.13 0.41 332.43 0.15 0.52
Hex 97 72 83 0 19 D 29 14C F 34
Octal 227 162 203 0 31 15 51 514 17 64
Binary 10010111 1110010 10000011 0 11001 1101 101001 101001100 1111 110100

Color Harmonies of #977283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977283

Black with #977283

Text Example


Text Example

White with #977283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977283; }

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

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

background-color css

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

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

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

border-color css

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

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

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