Html Css Color HEX #8D737F Strikemaster

📋 copy color: '#8D737F'

red 141 ◦ green 115 ◦ blue 127

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

Shades of Strikemaster #8D737F

Tints of Strikemaster #8D737F

RGB

 RED value IS 141 (55.47% from 255) = 36.81%

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 36.81%
G = 30.03%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D737F (or 0x8D737F) is known color: Strikemaster. HEX triplet: 8D, 73 and 7F. RGB value is (141,115,127). Sum of RGB (Red+Green+Blue) = 141+115+127=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D737F is #728C80. Grayscale: #7C7C7C. Windows color (decimal): -7507073 or 8352653. OLE color: 8352653.

HSL color Cylindrical-coordinate representation of color #8D737F: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D737F is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 115 127 -
CMYK 0 0.18 0.10 0.45
HSL 332.31º 0.1% 0.5% -
HSV(B) 332.31º 0.18% 0.55% -
XYZ 20.95 19.46 22.73 -
YUV 124.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 141 115 127 0 0.18 0.10 0.45 332.31 0.1 0.5
Hex 8D 73 7F 0 12 A 2D 14C A 32
Octal 215 163 177 0 22 12 55 514 12 62
Binary 10001101 1110011 1111111 0 10010 1010 101101 101001100 1010 110010

Color Harmonies of #8D737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D737F

Black with #8D737F

Text Example


Text Example

White with #8D737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D737F; }

 p { color: rgb(141,115,127); }

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

background-color css

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

 a { background-color: rgb(141,115,127); }

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

border-color css

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

 span { border-color: rgb(141,115,127); }

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