Html Css Color HEX #977084 Strikemaster

📋 copy color: '#977084'

red 151 ◦ green 112 ◦ blue 132

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

Shades of Strikemaster #977084

Tints of Strikemaster #977084

RGB

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

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

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

R = 38.23%
G = 28.35%
B = 33.42%

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

#977084 (or 0x977084) is known color: Strikemaster. HEX triplet: 97, 70 and 84. RGB value is (151,112,132). Sum of RGB (Red+Green+Blue) = 151+112+132=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977084 is #688F7B. Grayscale: #7D7D7D. Windows color (decimal): -6852476 or 8679575. OLE color: 8679575.

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

Color convert

RGB 151 112 132 -
CMYK 0 0.26 0.13 0.41
HSL 329.23º 0.16% 0.52% -
HSV(B) 329.23º 0.26% 0.59% -
XYZ 22.72 19.83 24.46 -
YUV 125.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 151 112 132 0 0.26 0.13 0.41 329.23 0.16 0.52
Hex 97 70 84 0 1A D 29 149 10 34
Octal 227 160 204 0 32 15 51 511 20 64
Binary 10010111 1110000 10000100 0 11010 1101 101001 101001001 10000 110100

Color Harmonies of #977084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977084

Black with #977084

Text Example


Text Example

White with #977084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977084; }

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

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

background-color css

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

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

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

border-color css

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

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

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