Html Css Color HEX #866B7A Strikemaster

📋 copy color: '#866B7A'

red 134 ◦ green 107 ◦ blue 122

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

Shades of Strikemaster #866B7A

Tints of Strikemaster #866B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 36.91%
G = 29.48%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#866B7A (or 0x866B7A) is known color: Strikemaster. HEX triplet: 86, 6B and 7A. RGB value is (134,107,122). Sum of RGB (Red+Green+Blue) = 134+107+122=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #866B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B7A is #799485. Grayscale: #747474. Windows color (decimal): -7967878 or 8022918. OLE color: 8022918.

HSL color Cylindrical-coordinate representation of color #866B7A: hue angle of 326.67º 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 #866B7A is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 122 -
CMYK 0 0.20 0.09 0.47
HSL 326.67º 0.11% 0.47% -
HSV(B) 326.67º 0.2% 0.53% -
XYZ 18.6 16.99 20.71 -
YUV 116.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 134 107 122 0 0.20 0.09 0.47 326.67 0.11 0.47
Hex 86 6B 7A 0 14 9 2F 147 B 2F
Octal 206 153 172 0 24 11 57 507 13 57
Binary 10000110 1101011 1111010 0 10100 1001 101111 101000111 1011 101111

Color Harmonies of #866B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B7A

Black with #866B7A

Text Example


Text Example

White with #866B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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