Html Css Color HEX #997287 Strikemaster

📋 copy color: '#997287'

red 153 ◦ green 114 ◦ blue 135

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

Shades of Strikemaster #997287

Tints of Strikemaster #997287

RGB

 RED value IS 153 (60.16% from 255) = 38.06%

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

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 38.06%
G = 28.36%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997287 (or 0x997287) is known color: Strikemaster. HEX triplet: 99, 72 and 87. RGB value is (153,114,135). Sum of RGB (Red+Green+Blue) = 153+114+135=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997287 is #668D78. Grayscale: #808080. Windows color (decimal): -6720889 or 8876697. OLE color: 8876697.

HSL color Cylindrical-coordinate representation of color #997287: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997287 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 135 -
CMYK 0 0.25 0.12 0.4
HSL 327.69º 0.16% 0.52% -
HSV(B) 327.69º 0.25% 0.6% -
XYZ 23.53 20.56 25.65 -
YUV 128.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 153 114 135 0 0.25 0.12 0.4 327.69 0.16 0.52
Hex 99 72 87 0 19 C 28 148 10 34
Octal 231 162 207 0 31 14 50 510 20 64
Binary 10011001 1110010 10000111 0 11001 1100 101000 101001000 10000 110100

Color Harmonies of #997287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997287

Black with #997287

Text Example


Text Example

White with #997287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997287; }

 p { color: rgb(153,114,135); }

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

background-color css

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

 a { background-color: rgb(153,114,135); }

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

border-color css

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

 span { border-color: rgb(153,114,135); }

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