Html Css Color HEX #997282 Strikemaster

📋 copy color: '#997282'

red 153 ◦ green 114 ◦ blue 130

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

Shades of Strikemaster #997282

Tints of Strikemaster #997282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 38.54%
G = 28.72%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#997282 (or 0x997282) is known color: Strikemaster. HEX triplet: 99, 72 and 82. RGB value is (153,114,130). Sum of RGB (Red+Green+Blue) = 153+114+130=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997282 is #668D7D. Grayscale: #7F7F7F. Windows color (decimal): -6720894 or 8549017. OLE color: 8549017.

HSL color Cylindrical-coordinate representation of color #997282: hue angle of 335.38º 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 #997282 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 130 -
CMYK 0 0.25 0.15 0.4
HSL 335.38º 0.16% 0.52% -
HSV(B) 335.38º 0.25% 0.6% -
XYZ 23.18 20.42 23.84 -
YUV 127.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 153 114 130 0 0.25 0.15 0.4 335.38 0.16 0.52
Hex 99 72 82 0 19 F 28 14F 10 34
Octal 231 162 202 0 31 17 50 517 20 64
Binary 10011001 1110010 10000010 0 11001 1111 101000 101001111 10000 110100

Color Harmonies of #997282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997282

Black with #997282

Text Example


Text Example

White with #997282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997282; }

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

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

background-color css

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

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

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

border-color css

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

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

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