Html Css Color HEX #96707E Strikemaster

📋 copy color: '#96707E'

red 150 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #96707E

Tints of Strikemaster #96707E

RGB

 RED value IS 150 (58.98% from 255) = 38.66%

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

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

R = 38.66%
G = 28.87%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96707E (or 0x96707E) is known color: Strikemaster. HEX triplet: 96, 70 and 7E. RGB value is (150,112,126). Sum of RGB (Red+Green+Blue) = 150+112+126=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707E is #698F81. Grayscale: #7C7C7C. Windows color (decimal): -6918018 or 8286358. OLE color: 8286358.

HSL color Cylindrical-coordinate representation of color #96707E: hue angle of 337.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96707E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 126 -
CMYK 0 0.25 0.16 0.41
HSL 337.89º 0.15% 0.51% -
HSV(B) 337.89º 0.25% 0.59% -
XYZ 22.14 19.58 22.35 -
YUV 124.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 150 112 126 0 0.25 0.16 0.41 337.89 0.15 0.51
Hex 96 70 7E 0 19 10 29 152 F 33
Octal 226 160 176 0 31 20 51 522 17 63
Binary 10010110 1110000 1111110 0 11001 10000 101001 101010010 1111 110011

Color Harmonies of #96707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96707E

Black with #96707E

Text Example


Text Example

White with #96707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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