Html Css Color HEX #997080 Strikemaster

📋 copy color: '#997080'

red 153 ◦ green 112 ◦ blue 128

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

Shades of Strikemaster #997080

Tints of Strikemaster #997080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 38.93%
G = 28.5%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997080 (or 0x997080) is known color: Strikemaster. HEX triplet: 99, 70 and 80. RGB value is (153,112,128). Sum of RGB (Red+Green+Blue) = 153+112+128=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997080 is #668F7F. Grayscale: #7E7E7E. Windows color (decimal): -6721408 or 8417433. OLE color: 8417433.

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

Color convert

RGB 153 112 128 -
CMYK 0 0.27 0.16 0.4
HSL 336.59º 0.17% 0.52% -
HSV(B) 336.59º 0.27% 0.6% -
XYZ 22.83 19.92 23.06 -
YUV 126.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 153 112 128 0 0.27 0.16 0.4 336.59 0.17 0.52
Hex 99 70 80 0 1B 10 28 151 11 34
Octal 231 160 200 0 33 20 50 521 21 64
Binary 10011001 1110000 10000000 0 11011 10000 101000 101010001 10001 110100

Color Harmonies of #997080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997080

Black with #997080

Text Example


Text Example

White with #997080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997080; }

 p { color: rgb(153,112,128); }

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

background-color css

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

 a { background-color: rgb(153,112,128); }

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

border-color css

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

 span { border-color: rgb(153,112,128); }

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