#977384

Color #977384 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #977384

Tints of Strikemaster #977384

Color information

#977384 (or 0x977384) is unknown color: approx 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

RGB151115132-
CMYK00.240.130.41
HSL331.67º14.75%52.16%-
HSV(B)331.67º23.84%59.22%-
XYZ23.0620.5124.57-
YUV127.7130.43144.62-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111513200.240.130.41331.6714.7552.16
Hex977384018D2914cf34
Octal22716320403015515141764
Binary1001011111100111000010001100011011010011010011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>