Html Css Color HEX #8B647B Strikemaster

📋 copy color: '#8B647B'

red 139 ◦ green 100 ◦ blue 123

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

Shades of Strikemaster #8B647B

Tints of Strikemaster #8B647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 38.4%
G = 27.62%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B647B (or 0x8B647B) is known color: Strikemaster. HEX triplet: 8B, 64 and 7B. RGB value is (139,100,123). Sum of RGB (Red+Green+Blue) = 139+100+123=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B647B is #749B84. Grayscale: #727272. Windows color (decimal): -7641989 or 8086667. OLE color: 8086667.

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

Color convert

RGB 139 100 123 -
CMYK 0 0.28 0.12 0.45
HSL 324.62º 0.16% 0.47% -
HSV(B) 324.62º 0.28% 0.55% -
XYZ 18.78 16.03 20.84 -
YUV 114.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 139 100 123 0 0.28 0.12 0.45 324.62 0.16 0.47
Hex 8B 64 7B 0 1C C 2D 145 10 2F
Octal 213 144 173 0 34 14 55 505 20 57
Binary 10001011 1100100 1111011 0 11100 1100 101101 101000101 10000 101111

Color Harmonies of #8B647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B647B

Black with #8B647B

Text Example


Text Example

White with #8B647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,100,123); }

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

background-color css

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

 a { background-color: rgb(139,100,123); }

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

border-color css

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

 span { border-color: rgb(139,100,123); }

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