Html Css Color HEX #866276 Strikemaster

📋 copy color: '#866276'

red 134 ◦ green 98 ◦ blue 118

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

Shades of Strikemaster #866276

Tints of Strikemaster #866276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 38.29%
G = 28%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#866276 (or 0x866276) is known color: Strikemaster. HEX triplet: 86, 62 and 76. RGB value is (134,98,118). Sum of RGB (Red+Green+Blue) = 134+98+118=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866276 is #799D89. Grayscale: #6F6F6F. Windows color (decimal): -7970186 or 7758470. OLE color: 7758470.

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

Color convert

RGB 134 98 118 -
CMYK 0 0.27 0.12 0.47
HSL 326.67º 0.16% 0.45% -
HSV(B) 326.67º 0.27% 0.53% -
XYZ 17.47 15.11 19.14 -
YUV 111.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 134 98 118 0 0.27 0.12 0.47 326.67 0.16 0.45
Hex 86 62 76 0 1B C 2F 147 10 2D
Octal 206 142 166 0 33 14 57 507 20 55
Binary 10000110 1100010 1110110 0 11011 1100 101111 101000111 10000 101101

Color Harmonies of #866276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866276

Black with #866276

Text Example


Text Example

White with #866276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866276; }

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

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

background-color css

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

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

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

border-color css

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

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

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