Html Css Color HEX #866876 Strikemaster

📋 copy color: '#866876'

red 134 ◦ green 104 ◦ blue 118

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

Shades of Strikemaster #866876

Tints of Strikemaster #866876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 37.64%
G = 29.21%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#866876 (or 0x866876) is known color: Strikemaster. HEX triplet: 86, 68 and 76. RGB value is (134,104,118). Sum of RGB (Red+Green+Blue) = 134+104+118=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866876 is #799789. Grayscale: #727272. Windows color (decimal): -7968650 or 7760006. OLE color: 7760006.

HSL color Cylindrical-coordinate representation of color #866876: hue angle of 332º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #866876 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 118 -
CMYK 0 0.22 0.12 0.47
HSL 332º 0.13% 0.47% -
HSV(B) 332º 0.22% 0.53% -
XYZ 18.05 16.28 19.33 -
YUV 114.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 134 104 118 0 0.22 0.12 0.47 332 0.13 0.47
Hex 86 68 76 0 16 C 2F 14C D 2F
Octal 206 150 166 0 26 14 57 514 15 57
Binary 10000110 1101000 1110110 0 10110 1100 101111 101001100 1101 101111

Color Harmonies of #866876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866876

Black with #866876

Text Example


Text Example

White with #866876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866876; }

 p { color: rgb(134,104,118); }

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

background-color css

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

 a { background-color: rgb(134,104,118); }

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

border-color css

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

 span { border-color: rgb(134,104,118); }

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