Html Css Color HEX #866B79 Strikemaster

📋 copy color: '#866B79'

red 134 ◦ green 107 ◦ blue 121

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

Shades of Strikemaster #866B79

Tints of Strikemaster #866B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 37.02%
G = 29.56%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866B79 (or 0x866B79) is known color: Strikemaster. HEX triplet: 86, 6B and 79. RGB value is (134,107,121). Sum of RGB (Red+Green+Blue) = 134+107+121=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #866B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B79 is #799486. Grayscale: #747474. Windows color (decimal): -7967879 or 7957382. OLE color: 7957382.

HSL color Cylindrical-coordinate representation of color #866B79: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B79 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 121 -
CMYK 0 0.20 0.10 0.47
HSL 328.89º 0.11% 0.47% -
HSV(B) 328.89º 0.2% 0.53% -
XYZ 18.54 16.96 20.39 -
YUV 116.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 134 107 121 0 0.20 0.10 0.47 328.89 0.11 0.47
Hex 86 6B 79 0 14 A 2F 149 B 2F
Octal 206 153 171 0 24 12 57 511 13 57
Binary 10000110 1101011 1111001 0 10100 1010 101111 101001001 1011 101111

Color Harmonies of #866B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B79

Black with #866B79

Text Example


Text Example

White with #866B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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