Html Css Color HEX #8B677A Strikemaster

📋 copy color: '#8B677A'

red 139 ◦ green 103 ◦ blue 122

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

Shades of Strikemaster #8B677A

Tints of Strikemaster #8B677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 38.19%
G = 28.3%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B677A (or 0x8B677A) is known color: Strikemaster. HEX triplet: 8B, 67 and 7A. RGB value is (139,103,122). Sum of RGB (Red+Green+Blue) = 139+103+122=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677A is #749885. Grayscale: #737373. Windows color (decimal): -7641222 or 8021899. OLE color: 8021899.

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

Color convert

RGB 139 103 122 -
CMYK 0 0.26 0.12 0.45
HSL 328.33º 0.15% 0.47% -
HSV(B) 328.33º 0.26% 0.55% -
XYZ 19.01 16.59 20.61 -
YUV 115.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 139 103 122 0 0.26 0.12 0.45 328.33 0.15 0.47
Hex 8B 67 7A 0 1A C 2D 148 F 2F
Octal 213 147 172 0 32 14 55 510 17 57
Binary 10001011 1100111 1111010 0 11010 1100 101101 101001000 1111 101111

Color Harmonies of #8B677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B677A

Black with #8B677A

Text Example


Text Example

White with #8B677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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