Html Css Color HEX #8D687B Strikemaster

📋 copy color: '#8D687B'

red 141 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #8D687B

Tints of Strikemaster #8D687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 38.32%
G = 28.26%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D687B (or 0x8D687B) is known color: Strikemaster. HEX triplet: 8D, 68 and 7B. RGB value is (141,104,123). Sum of RGB (Red+Green+Blue) = 141+104+123=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D687B is #729784. Grayscale: #757575. Windows color (decimal): -7509893 or 8087693. OLE color: 8087693.

HSL color Cylindrical-coordinate representation of color #8D687B: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D687B is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 104 123 -
CMYK 0 0.26 0.13 0.45
HSL 329.19º 0.15% 0.48% -
HSV(B) 329.19º 0.26% 0.55% -
XYZ 19.51 16.99 20.99 -
YUV 117.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 141 104 123 0 0.26 0.13 0.45 329.19 0.15 0.48
Hex 8D 68 7B 0 1A D 2D 149 F 30
Octal 215 150 173 0 32 15 55 511 17 60
Binary 10001101 1101000 1111011 0 11010 1101 101101 101001001 1111 110000

Color Harmonies of #8D687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D687B

Black with #8D687B

Text Example


Text Example

White with #8D687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,104,123); }

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

background-color css

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

 a { background-color: rgb(141,104,123); }

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

border-color css

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

 span { border-color: rgb(141,104,123); }

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