Html Css Color HEX #866A7A Strikemaster

📋 copy color: '#866A7A'

red 134 ◦ green 106 ◦ blue 122

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

Shades of Strikemaster #866A7A

Tints of Strikemaster #866A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 37.02%
G = 29.28%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#866A7A (or 0x866A7A) is known color: Strikemaster. HEX triplet: 86, 6A and 7A. RGB value is (134,106,122). Sum of RGB (Red+Green+Blue) = 134+106+122=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #866A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A7A is #799585. Grayscale: #747474. Windows color (decimal): -7968134 or 8022662. OLE color: 8022662.

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

Color convert

RGB 134 106 122 -
CMYK 0 0.21 0.09 0.47
HSL 325.71º 0.12% 0.47% -
HSV(B) 325.71º 0.21% 0.53% -
XYZ 18.5 16.78 20.68 -
YUV 116.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 134 106 122 0 0.21 0.09 0.47 325.71 0.12 0.47
Hex 86 6A 7A 0 15 9 2F 146 C 2F
Octal 206 152 172 0 25 11 57 506 14 57
Binary 10000110 1101010 1111010 0 10101 1001 101111 101000110 1100 101111

Color Harmonies of #866A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A7A

Black with #866A7A

Text Example


Text Example

White with #866A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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