Html Css Color HEX #866079 Strikemaster

📋 copy color: '#866079'

red 134 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #866079

Tints of Strikemaster #866079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 38.18%
G = 27.35%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866079 (or 0x866079) is known color: Strikemaster. HEX triplet: 86, 60 and 79. RGB value is (134,96,121). Sum of RGB (Red+Green+Blue) = 134+96+121=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #866079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866079 is #799F86. Grayscale: #6E6E6E. Windows color (decimal): -7970695 or 7954566. OLE color: 7954566.

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

Color convert

RGB 134 96 121 -
CMYK 0 0.28 0.10 0.47
HSL 320.53º 0.17% 0.45% -
HSV(B) 320.53º 0.28% 0.53% -
XYZ 17.47 14.81 20.03 -
YUV 110.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 134 96 121 0 0.28 0.10 0.47 320.53 0.17 0.45
Hex 86 60 79 0 1C A 2F 141 11 2D
Octal 206 140 171 0 34 12 57 501 21 55
Binary 10000110 1100000 1111001 0 11100 1010 101111 101000001 10001 101101

Color Harmonies of #866079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866079

Black with #866079

Text Example


Text Example

White with #866079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866079; }

 p { color: rgb(134,96,121); }

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

background-color css

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

 a { background-color: rgb(134,96,121); }

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

border-color css

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

 span { border-color: rgb(134,96,121); }

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