Html Css Color HEX #977584 Strikemaster

📋 copy color: '#977584'

red 151 ◦ green 117 ◦ blue 132

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

Shades of Strikemaster #977584

Tints of Strikemaster #977584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 37.75%
G = 29.25%
B = 33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977584 (or 0x977584) is known color: Strikemaster. HEX triplet: 97, 75 and 84. RGB value is (151,117,132). Sum of RGB (Red+Green+Blue) = 151+117+132=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977584 is #688A7B. Grayscale: #808080. Windows color (decimal): -6851196 or 8680855. OLE color: 8680855.

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

Color convert

RGB 151 117 132 -
CMYK 0 0.23 0.13 0.41
HSL 333.53º 0.14% 0.53% -
HSV(B) 333.53º 0.23% 0.59% -
XYZ 23.29 20.97 24.65 -
YUV 128.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 151 117 132 0 0.23 0.13 0.41 333.53 0.14 0.53
Hex 97 75 84 0 17 D 29 14E E 35
Octal 227 165 204 0 27 15 51 516 16 65
Binary 10010111 1110101 10000100 0 10111 1101 101001 101001110 1110 110101

Color Harmonies of #977584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977584

Black with #977584

Text Example


Text Example

White with #977584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977584; }

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

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

background-color css

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

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

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

border-color css

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

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

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