Html Css Color HEX #8B687C Strikemaster

📋 copy color: '#8B687C'

red 139 ◦ green 104 ◦ blue 124

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

Shades of Strikemaster #8B687C

Tints of Strikemaster #8B687C

RGB

 RED value IS 139 (54.69% from 255) = 37.87%

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 37.87%
G = 28.34%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B687C (or 0x8B687C) is known color: Strikemaster. HEX triplet: 8B, 68 and 7C. RGB value is (139,104,124). Sum of RGB (Red+Green+Blue) = 139+104+124=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687C is #749783. Grayscale: #747474. Windows color (decimal): -7640964 or 8153227. OLE color: 8153227.

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

Color convert

RGB 139 104 124 -
CMYK 0 0.25 0.11 0.45
HSL 325.71º 0.14% 0.48% -
HSV(B) 325.71º 0.25% 0.55% -
XYZ 19.24 16.84 21.31 -
YUV 116.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 139 104 124 0 0.25 0.11 0.45 325.71 0.14 0.48
Hex 8B 68 7C 0 19 B 2D 146 E 30
Octal 213 150 174 0 31 13 55 506 16 60
Binary 10001011 1101000 1111100 0 11001 1011 101101 101000110 1110 110000

Color Harmonies of #8B687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B687C

Black with #8B687C

Text Example


Text Example

White with #8B687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,104,124); }

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

background-color css

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

 a { background-color: rgb(139,104,124); }

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

border-color css

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

 span { border-color: rgb(139,104,124); }

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