Html Css Color HEX #866E7B Strikemaster

📋 copy color: '#866E7B'

red 134 ◦ green 110 ◦ blue 123

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

Shades of Strikemaster #866E7B

Tints of Strikemaster #866E7B

RGB

 RED value IS 134 (52.73% from 255) = 36.51%

 GREEN value IS 110 (43.36% from 255) = 29.97%

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

R = 36.51%
G = 29.97%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#866E7B (or 0x866E7B) is known color: Strikemaster. HEX triplet: 86, 6E and 7B. RGB value is (134,110,123). Sum of RGB (Red+Green+Blue) = 134+110+123=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #866E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E7B is #799184. Grayscale: #767676. Windows color (decimal): -7967109 or 8089222. OLE color: 8089222.

HSL color Cylindrical-coordinate representation of color #866E7B: hue angle of 327.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #866E7B is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 110 123 -
CMYK 0 0.18 0.08 0.47
HSL 327.5º 0.1% 0.48% -
HSV(B) 327.5º 0.18% 0.53% -
XYZ 18.98 17.65 21.15 -
YUV 118.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 134 110 123 0 0.18 0.08 0.47 327.5 0.1 0.48
Hex 86 6E 7B 0 12 8 2F 148 A 30
Octal 206 156 173 0 22 10 57 510 12 60
Binary 10000110 1101110 1111011 0 10010 1000 101111 101001000 1010 110000

Color Harmonies of #866E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E7B

Black with #866E7B

Text Example


Text Example

White with #866E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866E7B; }

 p { color: rgb(134,110,123); }

 H1.HeaderClassName
 {
   color: #866E7B;
 }
 .AnyTagClassName
 {
   color: #866E7B;
 }
</style>

background-color css

<style>
 a { background-color: #866E7B; }

 a { background-color: rgb(134,110,123); }

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

border-color css

<style>
 span { border-color: #866E7B; }

 span { border-color: rgb(134,110,123); }

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