Html Css Color HEX #977384 Strikemaster

📋 copy color: '#977384'

red 151 ◦ green 115 ◦ blue 132

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

Shades of Strikemaster #977384

Tints of Strikemaster #977384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 37.94%
G = 28.89%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977384 (or 0x977384) is known color: Strikemaster. HEX triplet: 97, 73 and 84. RGB value is (151,115,132). Sum of RGB (Red+Green+Blue) = 151+115+132=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #977384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977384 is #688C7B. Grayscale: #7F7F7F. Windows color (decimal): -6851708 or 8680343. OLE color: 8680343.

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

Color convert

RGB 151 115 132 -
CMYK 0 0.24 0.13 0.41
HSL 331.67º 0.15% 0.52% -
HSV(B) 331.67º 0.24% 0.59% -
XYZ 23.06 20.51 24.57 -
YUV 127.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 151 115 132 0 0.24 0.13 0.41 331.67 0.15 0.52
Hex 97 73 84 0 18 D 29 14C F 34
Octal 227 163 204 0 30 15 51 514 17 64
Binary 10010111 1110011 10000100 0 11000 1101 101001 101001100 1111 110100

Color Harmonies of #977384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977384

Black with #977384

Text Example


Text Example

White with #977384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977384; }

 p { color: rgb(151,115,132); }

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

background-color css

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

 a { background-color: rgb(151,115,132); }

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

border-color css

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

 span { border-color: rgb(151,115,132); }

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