Html Css Color HEX #8B677C Strikemaster

📋 copy color: '#8B677C'

red 139 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #8B677C

Tints of Strikemaster #8B677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 37.98%
G = 28.14%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B677C (or 0x8B677C) is known color: Strikemaster. HEX triplet: 8B, 67 and 7C. RGB value is (139,103,124). Sum of RGB (Red+Green+Blue) = 139+103+124=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677C is #749883. Grayscale: #747474. Windows color (decimal): -7641220 or 8152971. OLE color: 8152971.

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

Color convert

RGB 139 103 124 -
CMYK 0 0.26 0.11 0.45
HSL 325º 0.15% 0.47% -
HSV(B) 325º 0.26% 0.55% -
XYZ 19.14 16.64 21.27 -
YUV 116.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 139 103 124 0 0.26 0.11 0.45 325 0.15 0.47
Hex 8B 67 7C 0 1A B 2D 145 F 2F
Octal 213 147 174 0 32 13 55 505 17 57
Binary 10001011 1100111 1111100 0 11010 1011 101101 101000101 1111 101111

Color Harmonies of #8B677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B677C

Black with #8B677C

Text Example


Text Example

White with #8B677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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