Html Css Color HEX #997082 Strikemaster

📋 copy color: '#997082'

red 153 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #997082

Tints of Strikemaster #997082

RGB

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

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

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

R = 38.73%
G = 28.35%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#997082 (or 0x997082) is known color: Strikemaster. HEX triplet: 99, 70 and 82. RGB value is (153,112,130). Sum of RGB (Red+Green+Blue) = 153+112+130=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997082 is #668F7D. Grayscale: #7E7E7E. Windows color (decimal): -6721406 or 8548505. OLE color: 8548505.

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

Color convert

RGB 153 112 130 -
CMYK 0 0.27 0.15 0.4
HSL 333.66º 0.17% 0.52% -
HSV(B) 333.66º 0.27% 0.6% -
XYZ 22.96 19.97 23.76 -
YUV 126.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 153 112 130 0 0.27 0.15 0.4 333.66 0.17 0.52
Hex 99 70 82 0 1B F 28 14E 11 34
Octal 231 160 202 0 33 17 50 516 21 64
Binary 10011001 1110000 10000010 0 11011 1111 101000 101001110 10001 110100

Color Harmonies of #997082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997082

Black with #997082

Text Example


Text Example

White with #997082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997082; }

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

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

background-color css

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

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

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

border-color css

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

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

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