Html Css Color HEX #866979 Strikemaster

📋 copy color: '#866979'

red 134 ◦ green 105 ◦ blue 121

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

Shades of Strikemaster #866979

Tints of Strikemaster #866979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

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

R = 37.22%
G = 29.17%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866979 (or 0x866979) is known color: Strikemaster. HEX triplet: 86, 69 and 79. RGB value is (134,105,121). Sum of RGB (Red+Green+Blue) = 134+105+121=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #866979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866979 is #799686. Grayscale: #737373. Windows color (decimal): -7968391 or 7956870. OLE color: 7956870.

HSL color Cylindrical-coordinate representation of color #866979: hue angle of 326.9º degrees, saturation: 0.12, 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 #866979 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 121 -
CMYK 0 0.22 0.10 0.47
HSL 326.9º 0.12% 0.47% -
HSV(B) 326.9º 0.22% 0.53% -
XYZ 18.33 16.55 20.32 -
YUV 115.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 134 105 121 0 0.22 0.10 0.47 326.9 0.12 0.47
Hex 86 69 79 0 16 A 2F 147 C 2F
Octal 206 151 171 0 26 12 57 507 14 57
Binary 10000110 1101001 1111001 0 10110 1010 101111 101000111 1100 101111

Color Harmonies of #866979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866979

Black with #866979

Text Example


Text Example

White with #866979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866979; }

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

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

background-color css

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

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

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

border-color css

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

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

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