Html Css Color HEX #99707E Strikemaster

📋 copy color: '#99707E'

red 153 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #99707E

Tints of Strikemaster #99707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 39.13%
G = 28.64%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99707E (or 0x99707E) is known color: Strikemaster. HEX triplet: 99, 70 and 7E. RGB value is (153,112,126). Sum of RGB (Red+Green+Blue) = 153+112+126=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99707E is #668F81. Grayscale: #7D7D7D. Windows color (decimal): -6721410 or 8286361. OLE color: 8286361.

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

Color convert

RGB 153 112 126 -
CMYK 0 0.27 0.18 0.4
HSL 339.51º 0.17% 0.52% -
HSV(B) 339.51º 0.27% 0.6% -
XYZ 22.7 19.87 22.38 -
YUV 125.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 153 112 126 0 0.27 0.18 0.4 339.51 0.17 0.52
Hex 99 70 7E 0 1B 12 28 154 11 34
Octal 231 160 176 0 33 22 50 524 21 64
Binary 10011001 1110000 1111110 0 11011 10010 101000 101010100 10001 110100

Color Harmonies of #99707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99707E

Black with #99707E

Text Example


Text Example

White with #99707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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