Html Css Color HEX #8B677F Strikemaster

📋 copy color: '#8B677F'

red 139 ◦ green 103 ◦ blue 127

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

Shades of Strikemaster #8B677F

Tints of Strikemaster #8B677F

RGB

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

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

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

R = 37.67%
G = 27.91%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B677F (or 0x8B677F) is known color: Strikemaster. HEX triplet: 8B, 67 and 7F. RGB value is (139,103,127). Sum of RGB (Red+Green+Blue) = 139+103+127=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677F is #749880. Grayscale: #747474. Windows color (decimal): -7641217 or 8349579. OLE color: 8349579.

HSL color Cylindrical-coordinate representation of color #8B677F: hue angle of 320º 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 #8B677F is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 127 -
CMYK 0 0.26 0.09 0.45
HSL 320º 0.15% 0.47% -
HSV(B) 320º 0.26% 0.55% -
XYZ 19.33 16.72 22.29 -
YUV 116.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 139 103 127 0 0.26 0.09 0.45 320 0.15 0.47
Hex 8B 67 7F 0 1A 9 2D 140 F 2F
Octal 213 147 177 0 32 11 55 500 17 57
Binary 10001011 1100111 1111111 0 11010 1001 101101 101000000 1111 101111

Color Harmonies of #8B677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B677F

Black with #8B677F

Text Example


Text Example

White with #8B677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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