Html Css Color HEX #866776 Strikemaster

📋 copy color: '#866776'

red 134 ◦ green 103 ◦ blue 118

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

Shades of Strikemaster #866776

Tints of Strikemaster #866776

RGB

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

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

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

R = 37.75%
G = 29.01%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#866776 (or 0x866776) is known color: Strikemaster. HEX triplet: 86, 67 and 76. RGB value is (134,103,118). Sum of RGB (Red+Green+Blue) = 134+103+118=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866776 is #799889. Grayscale: #717171. Windows color (decimal): -7968906 or 7759750. OLE color: 7759750.

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

Color convert

RGB 134 103 118 -
CMYK 0 0.23 0.12 0.47
HSL 330.97º 0.13% 0.46% -
HSV(B) 330.97º 0.23% 0.53% -
XYZ 17.95 16.08 19.3 -
YUV 113.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 134 103 118 0 0.23 0.12 0.47 330.97 0.13 0.46
Hex 86 67 76 0 17 C 2F 14B D 2E
Octal 206 147 166 0 27 14 57 513 15 56
Binary 10000110 1100111 1110110 0 10111 1100 101111 101001011 1101 101110

Color Harmonies of #866776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866776

Black with #866776

Text Example


Text Example

White with #866776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866776; }

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

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

background-color css

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

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

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

border-color css

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

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

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