Html Css Color HEX #866D78 Strikemaster

📋 copy color: '#866D78'

red 134 ◦ green 109 ◦ blue 120

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

Shades of Strikemaster #866D78

Tints of Strikemaster #866D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 36.91%
G = 30.03%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866D78 (or 0x866D78) is known color: Strikemaster. HEX triplet: 86, 6D and 78. RGB value is (134,109,120). Sum of RGB (Red+Green+Blue) = 134+109+120=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #866D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D78 is #799287. Grayscale: #757575. Windows color (decimal): -7967368 or 7892358. OLE color: 7892358.

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

Color convert

RGB 134 109 120 -
CMYK 0 0.19 0.10 0.47
HSL 333.6º 0.1% 0.48% -
HSV(B) 333.6º 0.19% 0.53% -
XYZ 18.69 17.36 20.14 -
YUV 117.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 134 109 120 0 0.19 0.10 0.47 333.6 0.1 0.48
Hex 86 6D 78 0 13 A 2F 14E A 30
Octal 206 155 170 0 23 12 57 516 12 60
Binary 10000110 1101101 1111000 0 10011 1010 101111 101001110 1010 110000

Color Harmonies of #866D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866D78

Black with #866D78

Text Example


Text Example

White with #866D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,109,120); }

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

background-color css

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

 a { background-color: rgb(134,109,120); }

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

border-color css

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

 span { border-color: rgb(134,109,120); }

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