Html Css Color HEX #99707F Strikemaster

📋 copy color: '#99707F'

red 153 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #99707F

Tints of Strikemaster #99707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 39.03%
G = 28.57%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99707F (or 0x99707F) is known color: Strikemaster. HEX triplet: 99, 70 and 7F. RGB value is (153,112,127). Sum of RGB (Red+Green+Blue) = 153+112+127=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99707F is #668F80. Grayscale: #7D7D7D. Windows color (decimal): -6721409 or 8351897. OLE color: 8351897.

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

Color convert

RGB 153 112 127 -
CMYK 0 0.27 0.17 0.4
HSL 338.05º 0.17% 0.52% -
HSV(B) 338.05º 0.27% 0.6% -
XYZ 22.76 19.89 22.72 -
YUV 125.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 153 112 127 0 0.27 0.17 0.4 338.05 0.17 0.52
Hex 99 70 7F 0 1B 11 28 152 11 34
Octal 231 160 177 0 33 21 50 522 21 64
Binary 10011001 1110000 1111111 0 11011 10001 101000 101010010 10001 110100

Color Harmonies of #99707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99707F

Black with #99707F

Text Example


Text Example

White with #99707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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